-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Usage of PSP for controlling safe/unsafe sysctls isn't documented #3174
Comments
I'd rather see them graduate to fields before getting officially documented and used |
Ok. @php-coder let's discuss what else needs to be done on the roadmap to graduate the feature and get this worked into a card for PM |
I found that the usage of safe/unsafe sysctls are documented here: https://kubernetes.io/docs/concepts/cluster-administration/sysctl-cluster/ But its usage doesn't relate to PSP at all. @sttts Could you explain how PSP strategy ( |
The design and implementation is documented in https://github.com/kubernetes/community/blob/930ce65595a3f7ce1c49acfac711fee3a25f5670/contributors/design-proposals/node/sysctl.md#proposed-design. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
The documentation was added in #7600 and is available at https://kubernetes.io/docs/concepts/cluster-administration/sysctl-cluster/#podsecuritypolicy-annotations /close |
It turns out that user can annotate PSP with
security.alpha.kubernetes.io/sysctls
annotation to specify "whitelist of allowed safe and unsafe sysctls in a pod spec". It isn't documented.The text was updated successfully, but these errors were encountered: