-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
move controller SA to openshift-system #19889
Conversation
9f97b9c
to
d320194
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
integration and unit tests would be fairly easy to clean up. /assign @liggitt |
d320194
to
6b578f9
Compare
@liggitt ready to review. I think I fixed up the unit and integration tests. /retest |
}, | ||
}, | ||
}, | ||
); err != nil { | ||
|
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.
missing error handling
No, Origin does not run any (or very little) upstream storage tests. See #18816
Ok,
Heh, this is really ancient code, it has been like that since forever. What do other controllers use? BTW, IMO it's better to postpone this to 3.11 (and enable upstream tests). |
metrics is moving out of openshift-infra in openshift/openshift-ansible#8649 if that is the extent of the supported applications we run in openshift-infra, then I'm cautiously in favor of closing this PR and leaving openshift-infra without openshift-dependent admission plugins running on it. That does require a prominent release note reiterating the nature of openshift-infra and indicating that user-deployed applications should not be placed in that namespace. |
Let's just see if this works.
@openshift/sig-storage is there good coverage of the recycler? This is moving it to use a different SA and namespace. Why do you use SCC, do you really want to?