Add support for kube securityContext\.procMount

Fixes: https://github.com/containers/podman/issues/19881

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2023-09-06 16:49:38 -04:00
parent c17c190f89
commit b83485022d
5 changed files with 30 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman
| securityContext\.runAsNonRoot | no |
| securityContext\.runAsGroup | ✅ |
| securityContext\.readOnlyRootFilesystem | ✅ |
| securityContext\.procMount | no |
| securityContext\.procMount | |
| securityContext\.privileged | ✅ |
| securityContext\.allowPrivilegeEscalation | ✅ |
| securityContext\.capabilities\.add | ✅ |