-
Notifications
You must be signed in to change notification settings - Fork 450
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
Fix Pod NodeSelector changes from OpenTelemetryCollector #2941
Fix Pod NodeSelector changes from OpenTelemetryCollector #2941
Conversation
Signed-off-by: Janario Oliveira <[email protected]>
Signed-off-by: Janario Oliveira <[email protected]>
Signed-off-by: Janario Oliveira <[email protected]>
Signed-off-by: Janario Oliveira <[email protected]>
A reconciliation test for OpampBridge is failing, I'm guessing because it expects an annotation to exist that your change removes. @jaronoff97 might be able to narrow it down more. |
Signed-off-by: Janario Oliveira <[email protected]>
yes, previously I was trying to merge-override-empty with the entire PodTemplate. In the last commit, I changed to merge-override-empty only to the nodeSelector and we add more things as we find later. |
Signed-off-by: Janario Oliveira <[email protected]>
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.
This looks good to me, but we really should figure out a more holistic way of dealing with this problem.
@swiatekm-sumo agreed, though I think that's something we can consider in a follow up. |
Description:
Link to tracking Issue(s):
nodeSelector
and later removing it, collector pod doesn't clean up the nodeSelector #2940Testing:
With e2e, create and update collectors (Deployment/Daemonset/Statefulset) and add/remove nodeSelector.
Documentation: