-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Document the Pod security webhook #30567
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @sftim |
@@ -136,6 +139,35 @@ current policy level: | |||
- Valid updates to `.spec.activeDeadlineSeconds` | |||
- Valid updates to `.spec.tolerations` | |||
|
|||
## Pod Security Webhook |
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.
this is already in the 1.23 branch at https://github.com/kubernetes/website/blob/dev-1.23/content/en/docs/concepts/security/pod-security-admission.md?plain=1#L47
I forgot @liggitt already merged this into the 1.23 branch! I think that's good enough. |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: db02744 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/619812fffcd87700087c1a6c 😎 Browse the preview: https://deploy-preview-30567--kubernetes-io-main-staging.netlify.app |
Document the Pod Security webhook as an alternative to the built-in admission controller. Also update the prerequisites on related pages to refer to the Pod Security Admission concept page to indirectly include the webhook as an option.
fixes #30133
/sig auth
/assign @liggitt
/cc @sejr