-
Notifications
You must be signed in to change notification settings - Fork 17
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
Run operator as non-root #30
Run operator as non-root #30
Conversation
/hold This should merge after #29 |
3b80b67
to
593e4a0
Compare
Now should merge after #31 |
593e4a0
to
7ae693f
Compare
I posted a comment related to this one in #28 about validating / ensuring we are running as non-root /lgtm |
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.
/approve
Self-approving
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan 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 |
- Run operator as non-root instead of a fixed UID. This fixes issues with OpenShift security context constraints. - Regenerate bundle - Run kube-rbac-proxy with a high UID. The kube-rbac-proxy image by default runs as root. In order to enforce the `runAsNonRoot` at the pod level, give the rbac-proxy container an arbitrarily high UID.
7ae693f
to
aa0c7f6
Compare
New changes are detected. LGTM label has been removed. |
/hold cancel |
Changes
Run operator as non-root instead of a fixed UID. This fixes issues with OpenShift security context constraints.
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
/kind bug
Release Notes