mirror of https://github.com/linkerd/linkerd2.git
Small fixes to linkerd2 chart README.md (#5100)
* Small fixes to linkerd2 chart README.md Fixes #5092: a couple of entries should go under `global` and fixed a typo.
This commit is contained in:
parent
8c4c32eb38
commit
5500bc60b9
|
@ -87,8 +87,6 @@ their default values.
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
|:--------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------|
|
|:--------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------|
|
||||||
| `controllerImage` | Docker image for the controller, tap and identity components | `ghcr.io/linkerd/controller` |
|
| `controllerImage` | Docker image for the controller, tap and identity components | `ghcr.io/linkerd/controller` |
|
||||||
| `controllerImageVersion` | Tag for the controller container docker image | latest version |
|
|
||||||
| `controllerLogLevel` | Log level for the control plane components | `info` |
|
|
||||||
| `controllerReplicas` | Number of replicas for each control plane pod | `1` |
|
| `controllerReplicas` | Number of replicas for each control plane pod | `1` |
|
||||||
| `controllerUID` | User ID for the control plane components | `2103` |
|
| `controllerUID` | User ID for the control plane components | `2103` |
|
||||||
| `dashboard.replicas` | Number of replicas of dashboard | `1` |
|
| `dashboard.replicas` | Number of replicas of dashboard | `1` |
|
||||||
|
@ -103,6 +101,8 @@ their default values.
|
||||||
| `global.clusterNetworks` | The networks that may include pods & services in this cluscter | `10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16` |
|
| `global.clusterNetworks` | The networks that may include pods & services in this cluscter | `10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16` |
|
||||||
| `global.cniEnabled` | Omit the NET_ADMIN capability in the PSP and the proxy-init container when injecting the proxy; requires the linkerd-cni plugin to already be installed | `false` |
|
| `global.cniEnabled` | Omit the NET_ADMIN capability in the PSP and the proxy-init container when injecting the proxy; requires the linkerd-cni plugin to already be installed | `false` |
|
||||||
| `global.controllerComponentLabel` | Control plane label. Do not edit | `linkerd.io/control-plane-component` |
|
| `global.controllerComponentLabel` | Control plane label. Do not edit | `linkerd.io/control-plane-component` |
|
||||||
|
| `global.controllerImageVersion` | Tag for the controller container docker image | latest version |
|
||||||
|
| `global.controllerLogLevel` | Log level for the control plane components | `info` |
|
||||||
| `global.controllerNamespaceLabel` | Control plane label. Do not edit | `linkerd.io/control-plane-ns` |
|
| `global.controllerNamespaceLabel` | Control plane label. Do not edit | `linkerd.io/control-plane-ns` |
|
||||||
| `global.podLabels` | Additional labels to add to all pods | `{}` |
|
| `global.podLabels` | Additional labels to add to all pods | `{}` |
|
||||||
| `global.podAnnotations` | Additional annotations to add to all pods | `{}` |
|
| `global.podAnnotations` | Additional annotations to add to all pods | `{}` |
|
||||||
|
@ -153,7 +153,7 @@ their default values.
|
||||||
| `identity.issuer.tls.crtPEM` | Issuer certificate (ECDSA). It must be provided during install. | |
|
| `identity.issuer.tls.crtPEM` | Issuer certificate (ECDSA). It must be provided during install. | |
|
||||||
| `identity.issuer.tls.keyPEM` | Key for the issuer certificate (ECDSA). It must be provided during install. | |
|
| `identity.issuer.tls.keyPEM` | Key for the issuer certificate (ECDSA). It must be provided during install. | |
|
||||||
| `identityResources` | CPU and Memory resources required by the identity controller (see `global.proxy.resources` for sub-fields) | |
|
| `identityResources` | CPU and Memory resources required by the identity controller (see `global.proxy.resources` for sub-fields) | |
|
||||||
| `identityPoxyResources` | CPU and Memory resources required by proxy injected into identity pod (see `global.proxy.resources` for sub-fields) | values in `global.proxy.resources` |
|
| `identityProxyResources` | CPU and Memory resources required by proxy injected into identity pod (see `global.proxy.resources` for sub-fields) | values in `global.proxy.resources` |
|
||||||
| `installNamespace` | Set to false when installing Linkerd in a custom namespace. See the [Linkerd documentation](https://linkerd.io/2/tasks/install-helm/#customizing-the-namespace) for more information. | `true` |
|
| `installNamespace` | Set to false when installing Linkerd in a custom namespace. See the [Linkerd documentation](https://linkerd.io/2/tasks/install-helm/#customizing-the-namespace) for more information. | `true` |
|
||||||
| `omitWebhookSideEffects` | Omit the `sideEffects` flag in the webhook manifests | `false` |
|
| `omitWebhookSideEffects` | Omit the `sideEffects` flag in the webhook manifests | `false` |
|
||||||
| `proxyInjector.externalSecret` | Do not create a secret resource for the profileValidator webhook. If this is set to `true`, the value `proxyInjector.caBundle` must be set (see below). | `false` |
|
| `proxyInjector.externalSecret` | Do not create a secret resource for the profileValidator webhook. If this is set to `true`, the value `proxyInjector.caBundle` must be set (see below). | `false` |
|
||||||
|
|
Loading…
Reference in New Issue