Skip to content

Commit 964f3cf

Browse files
ci: [bot] Update 'README.md'
1 parent 001d580 commit 964f3cf

File tree

1 file changed

+26
-44
lines changed

1 file changed

+26
-44
lines changed

charts/t8s-cluster/README.md

Lines changed: 26 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[modeline]: # ( vim: set ft=markdown: )
22
# t8s-cluster
33

4-
![Version: 8.1.0](https://img.shields.io/badge/Version-8.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 8.2.0](https://img.shields.io/badge/Version-8.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
t8s-operator cluster with necessary addons
77

@@ -17,7 +17,8 @@ t8s-operator cluster with necessary addons
1717

1818
## Source Code
1919

20-
* <https://github.com/teutonet/teutonet-helm-charts>
20+
* <https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v8.2.0/charts/t8s-cluster>
21+
* <https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/t8s-cluster>
2122

2223
## Requirements
2324

@@ -57,21 +58,21 @@ Removed the unused `.metadata.gopassName` field.
5758
| **Type** | `object` |
5859
| **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") |
5960

60-
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
61-
| -------------------------------------------------------------------------------- | ------- | ---------------- | ---------- | --------------------------------------------------------------------------- | -------------------- |
62-
| - [global](#global ) | No | object | No | - | - |
63-
| + [metadata](#metadata ) | No | object | No | - | - |
64-
| + [controlPlane](#controlPlane ) | No | object | No | - | - |
65-
| - [cloud](#cloud ) | No | string | No | - | - |
66-
| + [version](#version ) | No | object | No | - | - |
67-
| + [nodePools](#nodePools ) | No | object | No | - | - |
68-
| - [additionalComputePlaneSecurityGroups](#additionalComputePlaneSecurityGroups ) | No | array of string | No | Same as [additionalSecurityGroups](#controlPlane_additionalSecurityGroups ) | - |
69-
| - [bastion](#bastion ) | No | object | No | - | - |
70-
| - [containerRegistryMirror](#containerRegistryMirror ) | No | object | No | - | - |
71-
| - [sshKeyName](#sshKeyName ) | No | string or null | No | - | - |
72-
| - [cni](#cni ) | No | enum (of string) | No | - | - |
73-
| + [openstackImageNamePrefix](#openstackImageNamePrefix ) | No | string | No | - | - |
74-
| - [common](#common ) | No | object | No | - | Values for sub-chart |
61+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
62+
| -------------------------------------------------------------------------------- | ------- | ---------------- | ---------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
63+
| - [global](#global ) | No | object | No | - | - |
64+
| + [metadata](#metadata ) | No | object | No | - | - |
65+
| + [controlPlane](#controlPlane ) | No | object | No | - | - |
66+
| - [cloud](#cloud ) | No | string | No | - | - |
67+
| + [version](#version ) | No | object | No | - | - |
68+
| + [nodePools](#nodePools ) | No | object | No | - | - |
69+
| - [additionalComputePlaneSecurityGroups](#additionalComputePlaneSecurityGroups ) | No | array of string | No | Same as [additionalSecurityGroups](#controlPlane_additionalSecurityGroups ) | - |
70+
| - [bastion](#bastion ) | No | object | No | - | - |
71+
| - [containerRegistryMirror](#containerRegistryMirror ) | No | object | No | - | - |
72+
| - [sshKeyName](#sshKeyName ) | No | string or null | No | - | - |
73+
| - [cni](#cni ) | No | enum (of string) | No | - | The CNI plugin to use. \`auto\` means to keep the current one or use cilium for a new cluster. |
74+
| + [openstackImageNamePrefix](#openstackImageNamePrefix ) | No | string | No | - | - |
75+
| - [common](#common ) | No | object | No | - | Values for sub-chart |
7576

7677
## <a name="global"></a>1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global`
7778

@@ -84,8 +85,7 @@ Removed the unused `.metadata.gopassName` field.
8485
| --------------------------------------------------------------------------- | ------- | ------ | ---------- | ---------- | -------------------------------------------------------- |
8586
| - [helmRepositories](#global_helmRepositories ) | No | object | No | - | A map of helmRepositories to create, the key is the name |
8687
| - [kubectl](#global_kubectl ) | No | object | No | - | Image with \`kubectl\` binary |
87-
| - [etcd](#global_etcd ) | No | object | No | - | Image with \`kubectl\` binary |
88-
| - [semver](#global_semver ) | No | object | No | - | Image with \`semver\` binary |
88+
| - [etcd](#global_etcd ) | No | object | No | - | Image with \`etcdctl\` binary |
8989
| - [injectedCertificateAuthorities](#global_injectedCertificateAuthorities ) | No | string | No | - | - |
9090
| - [kubeletExtraConfig](#global_kubeletExtraConfig ) | No | object | No | - | Additional kubelet configuration |
9191

@@ -238,7 +238,7 @@ bitnami/kubectl
238238
| **Type** | `object` |
239239
| **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") |
240240

241-
**Description:** Image with `kubectl` binary
241+
**Description:** Image with `etcdctl` binary
242242

243243
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
244244
| ------------------------------ | ------- | ------ | ---------- | --------------------------------------- | ----------------- |
@@ -252,34 +252,13 @@ bitnami/kubectl
252252
| **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") |
253253
| **Same definition as** | [image](#global_kubectl_image) |
254254

255-
### <a name="global_semver"></a>1.4. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > semver`
256-
257-
| | |
258-
| ------------------------- | -------------------------------------------------------------------------------------------------------- |
259-
| **Type** | `object` |
260-
| **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") |
261-
262-
**Description:** Image with `semver` binary
263-
264-
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
265-
| -------------------------------- | ------- | ------ | ---------- | --------------------------------------- | ----------------- |
266-
| - [image](#global_semver_image ) | No | object | No | Same as [image](#global_kubectl_image ) | - |
267-
268-
#### <a name="global_semver_image"></a>1.4.1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > semver > image`
269-
270-
| | |
271-
| ------------------------- | -------------------------------------------------------------------------------------------------------- |
272-
| **Type** | `object` |
273-
| **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") |
274-
| **Same definition as** | [image](#global_kubectl_image) |
275-
276-
### <a name="global_injectedCertificateAuthorities"></a>1.5. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > injectedCertificateAuthorities`
255+
### <a name="global_injectedCertificateAuthorities"></a>1.4. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > injectedCertificateAuthorities`
277256

278257
| | |
279258
| -------- | -------- |
280259
| **Type** | `string` |
281260

282-
### <a name="global_kubeletExtraConfig"></a>1.6. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > kubeletExtraConfig`
261+
### <a name="global_kubeletExtraConfig"></a>1.5. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > kubeletExtraConfig`
283262

284263
| | |
285264
| ------------------------- | -------------------------------------------------------------------------------------------------------- |
@@ -292,7 +271,7 @@ bitnami/kubectl
292271
| ---------------------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ------------------------------------------------------------------------------------ |
293272
| - [maxParallelImagePulls](#global_kubeletExtraConfig_maxParallelImagePulls ) | No | integer | No | - | Only valid for k8s version 1.27 and later. The number of images to pull in parallel. |
294273

295-
#### <a name="global_kubeletExtraConfig_maxParallelImagePulls"></a>1.6.1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > kubeletExtraConfig > maxParallelImagePulls`
274+
#### <a name="global_kubeletExtraConfig_maxParallelImagePulls"></a>1.5.1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > global > kubeletExtraConfig > maxParallelImagePulls`
296275

297276
| | |
298277
| -------- | --------- |
@@ -626,8 +605,11 @@ Specific value: `1`
626605
| -------- | ------------------ |
627606
| **Type** | `enum (of string)` |
628607

608+
**Description:** The CNI plugin to use. `auto` means to keep the current one or use cilium for a new cluster.
609+
629610
Must be one of:
630611
* "cilium"
612+
* "auto"
631613
* "calico"
632614

633615
## <a name="openstackImageNamePrefix"></a>12. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > openstackImageNamePrefix`

0 commit comments

Comments
 (0)