|
| 1 | +# tke-extend-network-controller |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Network Controller for TKE |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/imroc/tke-extend-network-controller> |
| 8 | + |
| 9 | +## Values |
| 10 | + |
| 11 | +| Key | Type | Default | Description | |
| 12 | +|-----|------|---------|-------------| |
| 13 | +| affinity | object | `{}` | | |
| 14 | +| clusterID | string | `""` | Cluster ID of the current TKE Cluster. | |
| 15 | +| fullnameOverride | string | `""` | | |
| 16 | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"imroc/tke-extend-network-controller","tag":""}` | Image of the controller | |
| 17 | +| image.pullPolicy | string | `"IfNotPresent"` | ImagePullPolicy of the controller | |
| 18 | +| image.repository | string | `"imroc/tke-extend-network-controller"` | Image repository of the controller | |
| 19 | +| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | |
| 20 | +| imagePullSecrets | list | `[]` | ImagePullSecrets of the controller | |
| 21 | +| livenessProbe.httpGet.path | string | `"/healthz"` | | |
| 22 | +| livenessProbe.httpGet.port | int | `8081` | | |
| 23 | +| livenessProbe.initialDelaySeconds | int | `15` | | |
| 24 | +| livenessProbe.periodSeconds | int | `20` | | |
| 25 | +| log | object | `{"encoder":"json","level":"info"}` | Logging otpions of the controller | |
| 26 | +| log.encoder | string | `"json"` | Log format of the controller, be one of 'json' or 'console' | |
| 27 | +| log.level | string | `"info"` | Log level of the controller, be one of 'debug', 'info', 'error', or any integer value > 0 which corresponds to custom debug levels of increasing verbosity | |
| 28 | +| nameOverride | string | `""` | | |
| 29 | +| nodeSelector | object | `{}` | | |
| 30 | +| readinessProbe.httpGet.path | string | `"/readyz"` | | |
| 31 | +| readinessProbe.httpGet.port | int | `8081` | | |
| 32 | +| readinessProbe.initialDelaySeconds | int | `5` | | |
| 33 | +| readinessProbe.periodSeconds | int | `10` | | |
| 34 | +| region | string | `""` | Region of the current TKE Cluster, optional. | |
| 35 | +| replicaCount | int | `1` | Replica count of the controller pod | |
| 36 | +| resources | object | `{}` | | |
| 37 | +| secretID | string | `""` | Secret ID of the Tencent Cloud Account. | |
| 38 | +| secretKey | string | `""` | Secret Key of the Tencent Cloud Account. | |
| 39 | +| tolerations | list | `[]` | | |
| 40 | +| vpcID | string | `""` | VPC ID of the current TKE Cluster. | |
| 41 | +| workerCount | int | `3` | Worker count of the controller | |
| 42 | + |
| 43 | +---------------------------------------------- |
| 44 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments