Linkerd Helm Race Condition when subcharted? #5108
Unanswered
agniveshadhikari
asked this question in
Q&A
Replies: 1 comment
-
You can:
Personally, I'd take the third option =) |
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
-
I am subcharting linkerd chart, and from the same uber level chart, I am also deploying ingress-nginx. I have added the necessary values for proxy injection into the nginx controller pods.
When I deploy, sometimes I see nginx pods don't have the proxy injected into them. I think this is because the nginx pods were created before the admission controller was ready, and hence, this is actually a race condition. Please correct me if I am wrong.
Is there a good way to do this? (Having one chart that deploys my whole application) Or do I have to put linkerd as a separate chart?
I know it might be more of a helm question, but I still wanted to ask you guys.
Beta Was this translation helpful? Give feedback.
All reactions