linkerd2/multicluster/charts/linkerd-multicluster-link
Kevin Leimkuhler 5bd5db6524
Revert "Rename multicluster annotation prefix and move when possible (#5771)" (#5813)
This reverts commit f9ab867cbc which renamed the
multicluster label name from `mirror.linkerd.io` to `multicluster.linkerd.io`.

While this change was made to follow similar namings in other extensions, it
complicates the multicluster upgrade process due to the secret creation.

`mirror.linkerd.io` is not that important of a label to change and this will
allow a smoother upgrade process for `stable-2.10.x`

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
2021-02-24 12:54:52 -05:00
..
templates Revert "Rename multicluster annotation prefix and move when possible (#5771)" (#5813) 2021-02-24 12:54:52 -05:00
.helmignore Rename extension charts to linkerd-* (#5552) 2021-01-26 16:20:49 -08:00
Chart.yaml Increase min k8s version to 1.16 (#5741) 2021-02-15 13:03:14 -05:00
README.md Removed "do-not-edit" entries from values.yaml files (#5758) 2021-02-19 09:17:45 -05:00
README.md.gotmpl Rename extension charts to linkerd-* (#5552) 2021-01-26 16:20:49 -08:00
values.yaml Removed "do-not-edit" entries from values.yaml files (#5758) 2021-02-19 09:17:45 -05:00

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 ;-)

Version: 0.1.0

AppVersion: edge-XX.X.X

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