-
Notifications
You must be signed in to change notification settings - Fork 477
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
Remove updates from pod mutating webhook #2584
Conversation
Nevermind, I just had to run |
@andrewdinunzio could you add a changelog entry? You just need to run The change itself looks fine to me, but I'd like @jaronoff97 and @pavolloffay to weigh in as well, as it potentially has significant impact. |
Added. I set it as a "bug_fix". I don't think it should be a breaking change, but I don't know this repo very well so need confirmation about that. |
@andrewdinunzio could you please resolve conflicts? |
@andrewdinunzio would it as well resolve issues linked in #1514 (comment) ? |
Ping @andrewdinunzio the conflicts needs to be resolved |
Used the main branch in my fork so syncing it closed the PR, but will reopen once I make the updates. Doing that now. |
Updated! |
@pavolloffay if you could check it over once more I think it should be good to go now |
reopening |
looks like it's good to merge? |
Thanks! I don't have the power to merge :D is there anything this is waiting on? |
Only waiting for @pavolloffay 's approval at this point. |
Gotcha, thanks. He approved, but after fixing the conflict I re-requested his approval |
* Remove 'update' from pod mutating webhook for autoinstrumentation * Revert shebang * Add chlog entry * Rename chloggen file
Description:
The opentelemetry operator sometimes modifies pods in an invalid way. I've only ever experienced this happening on UPDATE events, and since it's not necessary to update pods, this change removes UPDATE from the webhook configs and leaves only CREATE.
Link to tracking Issue: Resolves: #1514
Testing: No tests added.
Documentation: No documentation added.