Replies: 2 comments 1 reply
-
Looks like there was a change made to this file that affects the output. It looks like it might be the (eq (toString .Values.global.proxy.component) "linkerd-identity") returns true, whereas (eq .Values.global.proxy.component "linkerd-identity") returns false Did you set a custom namespace or cluster domain when you installed Linkerd? |
Beta Was this translation helpful? Give feedback.
1 reply
-
thanks @rnsv do you have any other customizations? It will be helpful to see the value of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using proxy-injector webhook (linkerd.io/inject: enabled) in linkerd-identity to insert linkerd-proxy container, the env value LINKERD2_PROXY_IDENTITY_SVC_ADDR is being injected as
instead of
This results in health check failing with error - Readiness probe failed: HTTP probe failed with statuscode: 503
I am using version 2.9.1. This used to properly work in 2.7.1
What I am looking for is to mimic this behavior https://github.com/linkerd/linkerd2/blob/stable-2.9.1/charts/partials/templates/_proxy.tpl#L81 when using proxy-injector webhook for linkerd-identity
Thank you
Beta Was this translation helpful? Give feedback.
All reactions