-
Notifications
You must be signed in to change notification settings - Fork 186
Bug 1827337: Remove stale condition DefaultSecurityContextConstraintsUpgradeable #838
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
Bug 1827337: Remove stale condition DefaultSecurityContextConstraintsUpgradeable #838
Conversation
We removed the controller that sets the condition `DefaultSecurityContextConstraintsUpgradeable` if any default SCC has been mutated. A cluster that already has user-modified default SCCs will have the above condition set. We need to remove the stale condition.
|
@tkashem: This pull request references Bugzilla bug 1827337, which is invalid:
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. |
|
/retest |
6 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/assign @mfojtik |
wking
left a comment
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.
Catching up after #830 .
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mfojtik, tkashem, wking 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 |
|
/hold |
|
As discussed elsewhere, we are manually bypassing some process on this one, since this 4.3 fix needs to get in as soon as possible. I've manually adjusted the bug label for this special case. |
|
/hold cancel |
|
@tkashem: All pull requests linked via external trackers have merged: . Bugzilla bug 1827337 has been moved to the MODIFIED state. 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. |
We removed the controller that sets the condition
DefaultSecurityContextConstraintsUpgradeableif any default SCC has been mutated. A cluster that already has user-modified default SCCs will have the above condition set. We need to remove the stale condition.