mirror of https://github.com/linkerd/linkerd2.git
This reverts commit
|
||
|---|---|---|
| .. | ||
| templates | ||
| .helmignore | ||
| Chart.yaml | ||
| README.md | ||
| README.md.gotmpl | ||
| values.yaml | ||
README.md
linkerd-multicluster-link
A helm chart containing the resources to enable mirroring of services from a remote cluster.
Warning: The purpose of this chart is just to support the linkerd multicluster link CLI command, which also produces the
cluster-credentials secret and the Link CR, which are not found in this
chart. Therefore this chart is not a replacement for that command, and
shouldn't be used as-is unless you really know what you're doing ;-)
Requirements
Kubernetes: >=1.16.0-0
Values
| Key | Type | Default | Description |
|---|---|---|---|
| controllerImage | string | "cr.l5d.io/linkerd/controller" |
Docker image for the Service mirror component (uses the Linkerd controller image) |
| controllerImageVersion | string | "linkerdVersionValue" |
Tag for the Service Mirror container Docker image |
| gatewayProbePort | int | 4181 |
The port used for liveliness probing |
| logLevel | string | "info" |
Log level for the Multicluster components |
| namespace | string | "linkerd-multicluster" |
Service Mirror component namespace |
| serviceMirrorRetryLimit | int | 3 |
Number of times update from the remote cluster is allowed to be requeued (retried) |
| serviceMirrorUID | int | 2103 |
User id under which the Service Mirror shall be ran |
Autogenerated from chart metadata using helm-docs v1.4.0