Alternative to disabling webhooks inside the linkerd namespace #6773
Answered
by
alpeb
sysarch-repo
asked this question in
Q&A
-
In case linkerd must be installed in a customer pre-defined namespace that does not allow additional labels, can the disabling of the webhooks for the linkerd components be simply added as an expression in the webhook config?
|
Beta Was this translation helpful? Give feedback.
Answered by
alpeb
Aug 30, 2021
Replies: 1 comment 2 replies
-
Yes you can do that. Although it's not necessary really. The linkerd components will already be injected at install time, and when the injector webhook catches their pod creation event, it'll see they're already injected and so will simply leave them alone. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
alpeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can do that. Although it's not necessary really. The linkerd components will already be injected at install time, and when the injector webhook catches their pod creation event, it'll see they're already injected and so will simply leave them alone.