-
Notifications
You must be signed in to change notification settings - Fork 98
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
AUTH-133: manifests/deployment: comply to restricted pod security level #616
Conversation
Hi @s-urbaniak thanks for the PR. Can you please elaborate about the violation? I am not sure I fully understand. What is |
With Kubernetes 1.24 and OpenShift 4.11 we are enabling pod security admission:
|
With these settings here your workload will comply to the |
/approve |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: s-urbaniak, tremes 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 |
/lgtm |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/label docs-approved |
/label px-approved |
/label qe-approved |
Setting labels here as this will be covered by PX, QE, Docs under the umbrella of the https://issues.redhat.com/browse/AUTH-133 epic. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@s-urbaniak: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
Starting from OpenShift 4.11 pod security admission is being activated. In OpenShift the default pod security admission level is going to be
restricted
. This PR fixes workloads from this repository. Concretely, the following violations have been detected:/cc @stlaz