-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add share-process-namespace annotation #334
Conversation
12055c3
to
06af380
Compare
@jasonodonnell @tvoran |
I believe this can now be accomplished using the new |
Oh, nevermind, the JSON patch is on the container, but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- this PR looks great! I appreciate the tests. I think it will require some updates since we changed the JSON patch library that we use, though.
I can take over the PR if you like, or I'm happy to approve it after it has been updated.
@wolffberg thanks for your contribution. If you have some spare cycles to resolve the conflicts we can merge your PR. If not then we'd be happy to take it over. Thanks! |
Going to take this PR over. |
Moved to #408 |
Many Helm Charts do not include an option to add the
shareProcessNamespace
switch to deployments.Sharing the process namespace is needed to restart the pod on secret rotation as discussed in #196.
This PR will enable adding the switch through annotations using the mutating webhook as discussed in kubernetes-sigs/external-dns#2715.