Skip to content

how to install a specific version of linkerd using cli ? #11318

Answered by alpeb
shyam-ks asked this question in General
Discussion options

You must be logged in to vote

No, for that you would have to download a CLI version specific to the version you want, e.g. for downloading the CLI for 2.12.0:

curl -sL https://run.linkerd.io/install | LINKERD2_VERSION=stable-2.12.0 sh

OTOH, you can do that directly with helm, but you have to find out first the chart versions corresponding to the linkerd version you want, e.g. for 2.12.0:

helm install linkerd-crds -n linkerd --create-namespace --version 1.4.0 linkerd/linkerd-crds
helm install linkerd-control-plane -n linkerd -f certs.yml --version 1.9.0 linkerd/linkerd-control-plane

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hawkw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants