-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Description
As of Kubernetes v1.33, procMount is now in beta and enabled by default. Is this an acceptable stage to support this feature? In particular, I need it for a container's securityContext
Potential Terraform Configuration
...
security_context {
proc_mount = "Unmasked"
}
...References
Documentation: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#proc-access
A past request for this feature was rejected when it was still in alpha: #2451
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
ptixed