linkerd2/multicluster/charts/linkerd2-multicluster-link
Alejandro Pedraza 02b456087d
Stop publishing the linkerd2-multicluster-link chart (#5365)
Closes #5348

That chart generates the service mirror resources and related RBAC, but
doesn't generate the credentials secret nor the Link CR which require
go-client logic not available from sheer Helm templates.

This PR stops publishing that chart, and adds a comment to its README
about it.
2020-12-11 08:55:50 -05:00
..
templates extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00
.helmignore extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00
Chart.yaml Stop publishing the linkerd2-multicluster-link chart (#5365) 2020-12-11 08:55:50 -05:00
README.md Stop publishing the linkerd2-multicluster-link chart (#5365) 2020-12-11 08:55:50 -05:00
README.md.gotmpl extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00
values.yaml extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00

README.md

linkerd2-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.13.0-0

Values

Key Type Default Description
controllerComponentLabel string "linkerd.io/control-plane-component" Control plane label. Do not edit
controllerImage string "ghcr.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
createdByAnnotation string "linkerd.io/created-by" Annotation label for the proxy create. Do not edit.
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