Skip to content

How does the linkerd control plane cancel the ha mode? #8465

Answered by adleong
eddielishan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @eddielishan. If you're using the Linkerd CLI, and have installed Linkerd in HA mode, there isn't an easy way to change to non-HA mode. When you install Linkerd with the HA flag, it configures a number of different values which you can see in https://github.com/linkerd/linkerd2/blob/main/charts/linkerd-control-plane/values-ha.yaml

You can also see your full installed configuration by looking at:

kubectl get -n linkerd cm/linkerd-config -ojsonpath='{.data.values}'

You can change these values by running linkerd upgrade with the --set flag. To fully disable HA mode, you can set each of the values back to their non-HA values from https://github.com/linkerd/linkerd2/blob/main/charts/linker…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by olix0r
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants