Skip to content
Discussion options

You must be logged in to vote

For linkerd install, you can use the --registry flag:

$ linkerd install --registry foobar.com | grep image: | sed -e 's/^ *//' | sort | uniq
image:
image: foobar.com/controller:stable-2.12.3
image: foobar.com/policy-controller:stable-2.12.3
image: foobar.com/proxy-init:v2.0.0
image: foobar.com/proxy:stable-2.12.3

That flag is not available for linkerd viz install directly, but you can set the associated values.yaml entry:

$ linkerd viz install --set defaultRegistry=foobar.com | grep image: | sed -e 's/^ *//' | sort | uniq 
image: foobar.com/metrics-api:stable-2.12.3
image: foobar.com/tap:stable-2.12.3
image: foobar.com/web:stable-2.12.3
image: prom/prometheus:v2.30.3

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kk-bavenkatachalam
Comment options

Answer selected by kk-bavenkatachalam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants