terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
SecurityContext `procMount` Support
Description
Pod Security Context doesn't seem to currently support setting procMount
Potential Terraform Configuration
...
security_context {
proc_mount = "Unmasked"
}
...
References
Not the best documented setting, but https://snyk.io/blog/10-kubernetes-security-context-settings-you-should-understand/ has a good writeup of it.
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
Hi @BenB196, thank you for opening this issue.
The procMount feature is currently still in alpha and we do not support features while they are in this stage. However, an alternative solution that could achieve the same results would be to use manifest.