Skip to content

Latest commit

 

History

History
 
 

linkerd-multicluster

linkerd-multicluster

The Linkerd-Multicluster extension contains resources to support multicluster linking to remote clusters

Version: 30.1.9-edge

AppVersion: edge-XX.X.X

Homepage: https://linkerd.io

Quickstart and documentation

You can run Linkerd on any Kubernetes 1.21+ cluster in a matter of seconds. See the Linkerd Getting Started Guide for how.

For more comprehensive documentation, start with the Linkerd docs.

Prerequisite: Linkerd Core Control-Plane

Before installing the Linkerd Multicluster extension, The core control-plane has to be installed first by following the Linkerd Install Guide.

Adding Linkerd's Helm repository

# To add the repo for Linkerd stable releases:
helm repo add linkerd https://helm.linkerd.io/stable
# To add the repo for Linkerd edge releases:
helm repo add linkerd-edge https://helm.linkerd.io/edge

The following instructions use the linkerd repo. For installing an edge release, just replace with linkerd-edge.

Installing the Multicluster Extension Chart

helm install linkerd-multicluster -n linkerd-multicluster --create-namespace linkerd/linkerd-multicluster

Get involved

Requirements

Kubernetes: >=1.21.0-0

Repository Name Version
file://../../../charts/partials partials 0.1.0

Values

Key Type Default Description
enablePSP bool false Create Roles and RoleBindings to associate this extension's ServiceAccounts to the control plane PSP resource. This requires that enabledPSP is set to true on the control plane install. Note PSP has been deprecated since k8s v1.21
enablePodAntiAffinity bool false Enables Pod Anti Affinity logic to balance the placement of replicas across hosts and zones for High Availability. Enable this only when you have multiple replicas of components.
gateway.UID int 2103 User id under which the gateway shall be ran
gateway.enabled bool true If the gateway component should be installed
gateway.loadBalancerIP string "" Set loadBalancerIP on gateway service
gateway.name string "linkerd-gateway" The name of the gateway that will be installed
gateway.port int 4143 The port on which all the gateway will accept incoming traffic
gateway.probe.path string "/ready" The path that will be used by remote clusters for determining whether the gateway is alive
gateway.probe.port int 4191 The port used for liveliness probing
gateway.probe.seconds int 3 The interval (in seconds) between liveness probes
gateway.replicas int 1 Number of replicas for the gateway pod
gateway.serviceAnnotations object {} Annotations to add to the gateway service
gateway.serviceType string "LoadBalancer" Service Type of gateway Service
identityTrustDomain string "cluster.local" Identity Trust Domain of the certificate authority
linkerdNamespace string "linkerd" Namespace of linkerd installation
linkerdVersion string "linkerdVersionValue" Control plane version
proxyOutboundPort int 4140 The port on which the proxy accepts outbound traffic
remoteMirrorServiceAccount bool true If the remote mirror service account should be installed
remoteMirrorServiceAccountName string "linkerd-service-mirror-remote-access-default" The name of the service account used to allow remote clusters to mirror local services

Autogenerated from chart metadata using helm-docs v1.11.0