-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Issue with k8s.io/docs/tasks/configure-pod-container/migrate-from-psp/ #30823
Comments
@jglick maybe if that page linked to the example PSP list in https://kubernetes.io/docs/concepts/security/pod-security-standards/#policy-instantiation? Would that help? (BTW, those “levels” aren't entirely new - the 3 pod security standards have been in Kubernetes docs since May 2020) |
Yes, that is exactly what I was looking for. Adding a link would be helpful. |
/sig docs |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this 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 kubernetes/test-infra repository. |
There is https://kubernetes.io/docs/reference/access-authn-authz/psp-to-pod-security-standards/ which is probably good enough. I still find it somewhat clearer to just see stock PSP YAML examples so that you can check whether an existing PSP resources was simply copied from one of these. Unfortunately the link you referenced in #30823 (comment) is no longer useful because the links to the PSP example files (though not the files themselves) was deleted: #33512 (comment) |
For the current v1.27 docs, I'm happy with how they look. (my individual opinion, but as a tech lead for docs) I'd be willing to accept changes against the v1.24 (and older) docs to put those examples back, and then revise https://kubernetes.io/docs/concepts/security/pod-security-policy/ to make it even easier to find the relevant pages that still have the documentation. All this would need now is people to volunteer to do that work. |
There's a technical blocker to having example PodSecurityPolicies in the current docs: we validate the example manifests, and PSP is no longer part of Kubernetes. |
This page would be more helpful if it listed actual
PodSecurityPolicy
YAML corresponding (to the extent possible) to the new baseline and restricted levels.The text was updated successfully, but these errors were encountered: