Helm repo for the Linkerd Buoyant extension
First time repo setup:
helm repo add linkerd-buoyant https://helm.buoyant.cloud
To obtain a values file, head over to https://buoyant.cloud/settings?helm=1.
In case you have only one pair of org credentials, you will be prompted with
a dialog that contains the helm values. Otherwise, you can pick the exact
credentials pair and click on Helm usage
. Save the values into agent-values.yaml
export CLUSTER_NAME=<your cluster name>
helm install --create-namespace --namespace linkerd-buoyant --values agent-values.yaml --set metadata.agentName=$CLUSTER_NAME linkerd-buoyant linkerd-buoyant/linkerd-buoyant
helm uninstall --namespace linkerd-buoyant linkerd-buoyant
Helm chart releases: https://github.com/BuoyantIO/linkerd-buoyant/releases
Helm repo index: https://github.com/BuoyantIO/linkerd-buoyant/blob/gh-pages/index.yaml