diff --git a/charts/t8s-cluster/README.md b/charts/t8s-cluster/README.md index fdceee8089..57b389a80d 100644 --- a/charts/t8s-cluster/README.md +++ b/charts/t8s-cluster/README.md @@ -1,7 +1,7 @@ [modeline]: # ( vim: set ft=markdown: ) # t8s-cluster -![Version: 1.3.3](https://img.shields.io/badge/Version-1.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) t8s-operator cluster with necessary addons @@ -23,7 +23,7 @@ t8s-operator cluster with necessary addons | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | common | 2.2.5 | +| https://charts.bitnami.com/bitnami | common | 2.6.0 | ## Initial installation @@ -76,6 +76,7 @@ delete the cloud-config secret, as these will just be recreated during installat | - [kubectl](#global_kubectl ) | No | object | No | - | Image with \`kubectl\` binary | | - [etcd](#global_etcd ) | No | object | No | - | Image with \`kubectl\` binary | | - [injectedCertificateAuthorities](#global_injectedCertificateAuthorities ) | No | string | No | - | - | +| - [kubeletExtraConfig](#global_kubeletExtraConfig ) | No | object | No | - | Additional kubelet configuration | ### 1.1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > helmRepositories` @@ -226,6 +227,27 @@ bitnami/kubectl | -------- | -------- | | **Type** | `string` | +### 1.5. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > kubeletExtraConfig` + +| | | +| ------------------------- | -------------------------------------------------------------------------------------------------------- | +| **Type** | `object` | +| **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") | + +**Description:** Additional kubelet configuration + +| Property | Pattern | Type | Deprecated | Definition | Title/Description | +| ---------------------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ------------------------------------------------------------------------------------ | +| - [maxParallelImagePulls](#global_kubeletExtraConfig_maxParallelImagePulls ) | No | integer | No | - | Only valid for k8s version 1.27 and later. The number of images to pull in parallel. | + +#### 1.5.1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > kubeletExtraConfig > maxParallelImagePulls` + +| | | +| -------- | --------- | +| **Type** | `integer` | + +**Description:** Only valid for k8s version 1.27 and later. The number of images to pull in parallel. + ## 2. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > metadata` | | | @@ -297,13 +319,13 @@ Must be one of: | **Type** | `object` | | **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") | -| Property | Pattern | Type | Deprecated | Definition | Title/Description | -| ----------------------------------------------------- | ------- | --------------- | ---------- | --------------------------- | ----------------- | -| + [flavor](#controlPlane_flavor ) | No | string | No | - | - | -| - [singleNode](#controlPlane_singleNode ) | No | boolean | No | - | - | -| - [securityGroups](#controlPlane_securityGroups ) | No | array of string | No | In #/$defs/securityGroups | - | -| - [nodeDrainTimeout](#controlPlane_nodeDrainTimeout ) | No | string | No | In #/$defs/nodeDrainTimeout | - | -| - [allowedCIDRs](#controlPlane_allowedCIDRs ) | No | array of string | No | - | - | +| Property | Pattern | Type | Deprecated | Definition | Title/Description | +| --------------------------------------------------------------------- | ------- | --------------- | ---------- | --------------------------- | ----------------- | +| + [flavor](#controlPlane_flavor ) | No | string | No | - | - | +| - [singleNode](#controlPlane_singleNode ) | No | boolean | No | - | - | +| - [additionalSecurityGroups](#controlPlane_additionalSecurityGroups ) | No | array of string | No | In #/$defs/securityGroups | - | +| - [nodeDrainTimeout](#controlPlane_nodeDrainTimeout ) | No | string | No | In #/$defs/nodeDrainTimeout | - | +| - [allowedCIDRs](#controlPlane_allowedCIDRs ) | No | array of string | No | - | - | ### 3.1. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > controlPlane > flavor` @@ -317,7 +339,7 @@ Must be one of: | -------- | --------- | | **Type** | `boolean` | -### 3.3. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > controlPlane > securityGroups` +### 3.3. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > controlPlane > additionalSecurityGroups` | | | | -------------- | ---------------------- | @@ -332,11 +354,11 @@ Must be one of: | **Additional items** | False | | **Tuple validation** | See below | -| Each item of this array must be | Description | -| ---------------------------------------------------------- | ----------- | -| [securityGroups items](#controlPlane_securityGroups_items) | - | +| Each item of this array must be | Description | +| ------------------------------------------------------------------------------ | ----------- | +| [additionalSecurityGroups items](#controlPlane_additionalSecurityGroups_items) | - | -#### 3.3.1. t8s cluster configuration > controlPlane > securityGroups > securityGroups items +#### 3.3.1. t8s cluster configuration > controlPlane > additionalSecurityGroups > additionalSecurityGroups items | | | | -------- | -------- | @@ -437,13 +459,13 @@ Must be one of: | **Type** | `object` | | **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") | -| Property | Pattern | Type | Deprecated | Definition | Title/Description | -| --------------------------------------------------------------------- | ------- | --------------- | ---------- | ----------------------------------------------------------- | ----------------- | -| + [replicas](#workers_additionalProperties_replicas ) | No | integer | No | - | - | -| + [availabilityZone](#workers_additionalProperties_availabilityZone ) | No | string | No | - | - | -| + [flavor](#workers_additionalProperties_flavor ) | No | string | No | - | - | -| - [securityGroups](#workers_additionalProperties_securityGroups ) | No | array of string | No | Same as [securityGroups](#controlPlane_securityGroups ) | - | -| - [nodeDrainTimeout](#workers_additionalProperties_nodeDrainTimeout ) | No | string | No | Same as [nodeDrainTimeout](#controlPlane_nodeDrainTimeout ) | - | +| Property | Pattern | Type | Deprecated | Definition | Title/Description | +| ------------------------------------------------------------------------------------- | ------- | --------------- | ---------- | --------------------------------------------------------------------------- | ----------------- | +| + [replicas](#workers_additionalProperties_replicas ) | No | integer | No | - | - | +| + [availabilityZone](#workers_additionalProperties_availabilityZone ) | No | string | No | - | - | +| + [flavor](#workers_additionalProperties_flavor ) | No | string | No | - | - | +| - [additionalSecurityGroups](#workers_additionalProperties_additionalSecurityGroups ) | No | array of string | No | Same as [additionalSecurityGroups](#controlPlane_additionalSecurityGroups ) | - | +| - [nodeDrainTimeout](#workers_additionalProperties_nodeDrainTimeout ) | No | string | No | Same as [nodeDrainTimeout](#controlPlane_nodeDrainTimeout ) | - | #### 6.1.1. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > workers > additionalProperties > replicas` @@ -467,12 +489,12 @@ Must be one of: | -------- | -------- | | **Type** | `string` | -#### 6.1.4. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > workers > additionalProperties > securityGroups` +#### 6.1.4. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > workers > additionalProperties > additionalSecurityGroups` -| | | -| ---------------------- | ---------------------------------------------- | -| **Type** | `array of string` | -| **Same definition as** | [securityGroups](#controlPlane_securityGroups) | +| | | +| ---------------------- | ------------------------------------------------------------------ | +| **Type** | `array of string` | +| **Same definition as** | [additionalSecurityGroups](#controlPlane_additionalSecurityGroups) | #### 6.1.5. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > workers > additionalProperties > nodeDrainTimeout`