Skip to content

SecurityContext procMount Support #2803

@shunfu

Description

@shunfu

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions