-
Notifications
You must be signed in to change notification settings - Fork 462
Bug 1728216: manifests: explicitely set command in deployments and daemonsets #940
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
Conversation
|
@vrutkovs: This pull request references an invalid Bugzilla bug:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@vrutkovs: This pull request references an invalid Bugzilla bug:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@vrutkovs: This pull request references a valid Bugzilla bug. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This ensures daemonsets and deployments would be correctly synced by operator if command was modified there
|
/approve entrypoint in dockerfiles is useless now though but not a big deal anyway |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: runcom, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
|
|
There is ongoing discussion in the BZ as to whether or not this should be backported. /hold Feel free to cancel the hold, future patch manager, once the discussion has been resolved. |
|
Let's just go ahead and close. |
- What I did
Added "command" to container spec in deployments/daemonset operator syncs.
This ensures DS and deployment would be correctly synced by operator if command was modified there.
This has been fixed in 4.2 by #850, but still affects 4.1
- How to verify it
oc edit ds machine-config-server, change "args" and "command" - operator should rollback these changes- Description for the changelog
Operator ensures "command" spec is synced in MCC / MCD
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1728216
Fixes #93