-
Notifications
You must be signed in to change notification settings - Fork 330
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
NO-JIRA: Enforce EnsurePSANotPrivileged for 4.19 and later #5362
base: main
Are you sure you want to change the base?
NO-JIRA: Enforce EnsurePSANotPrivileged for 4.19 and later #5362
Conversation
@Evan-Reilly: This pull request explicitly references no jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
Hi @Evan-Reilly. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
/ok-to-test |
Bumping openshift/api isn't strictly required for this but we should do it as matter of code maintenance and release level synchronization so 👍 |
Looks like bumping k8s beyond what controller-runtime caused a compile time break
We should break this bump out into its own PR since it seems we will need to bump controller-runtime as well. In the meantime, it is not required for this change. Just drop the commit. |
9fe90ac
to
1fb2d19
Compare
Initial change to enable us to move back to enforcing privileged PSA by default in 4.18
1fb2d19
to
5d743c3
Compare
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.
/lgtm
/approved
/retest-required |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Evan-Reilly, rtheis, sjenning 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 |
1 similar comment
/retest-required |
1 similar comment
/retest-required |
/retest-required |
/hold Revision 5d743c3 was retested 3 times: holding |
/retest-required |
/remove-hold |
/retest-required |
@Evan-Reilly one more test retry then I need you to take a look at the failures. |
@Evan-Reilly: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
OpenShiftPodSecurityAdmission feature gate is not enabled by default in 4.18. We need to stop EnsurePSANotPrivileged in 4.18.
https://github.com/openshift/api/blob/release-4.18/features/features.go
Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)
format, where issue_number might be a GitHub issue, or a Jira story:Fixes #
Checklist