Linkerd webhook namespaceSelector, values for AKS? #6193
Unanswered
johnmckenna
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@johnmckenna, I'm not totally sure if this would be helpful but would applying this suggestion here #3305 (comment) solve your issue? It looks like there is a label you can apply to the |
Beta Was this translation helpful? Give feedback.
2 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.
-
As mentioned in issue #3305 the namespaceSelector doesn't exclude the control plane in AKS.
I'm installing components in AKS and was wanting to make sure if the configuration at the end of this question is correct for the helm charts for linkerd2-cni, linkerd2, linkerd-viz and linkerd-jaeger?
Microsoft suggest the following:
https://docs.microsoft.com/en-us/azure/aks/faq
Can I use admission controller webhooks on AKS?
Yes, you may use admission controller webhooks on AKS. It's recommended you exclude internal AKS namespaces, which are marked with the control-plane label. For example, by adding the below to the webhook configuration:
linkerd2:
linkerd-viz:
linkerd-jaeger:
Looks like this error still occurs with
linkerd check
even though I've applied the above configuration:Thank you!
Beta Was this translation helpful? Give feedback.
All reactions