mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
Updated docs to reflect pod spec sysctls support added in v4.6
Added support for security.Context.sysctls.name and security.Context.sysctls.value fields in v4.6, documentation updated accordingly See also: #16711, #17464 Commit: f9af496 "[FEAT] Support sysctl configurations from Pod Spec" Signed-off-by: Wesley H. Gimenes <wehagy+github@gmail.com>
This commit is contained in:

committed by
GitHub

parent
f521fd2843
commit
461230c49c
@ -64,8 +64,8 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman
|
|||||||
| securityContext\.seLinuxOptions\.role | ✅ |
|
| securityContext\.seLinuxOptions\.role | ✅ |
|
||||||
| securityContext\.seLinuxOptions\.type | ✅ |
|
| securityContext\.seLinuxOptions\.type | ✅ |
|
||||||
| securityContext\.seLinuxOptions\.user | ✅ |
|
| securityContext\.seLinuxOptions\.user | ✅ |
|
||||||
| securityContext\.sysctls\.name | no |
|
| securityContext\.sysctls\.name | ✅ |
|
||||||
| securityContext\.sysctls\.value | no |
|
| securityContext\.sysctls\.value | ✅ |
|
||||||
| securityContext\.windowsOptions\.gmsaCredentialSpec | no |
|
| securityContext\.windowsOptions\.gmsaCredentialSpec | no |
|
||||||
| securityContext\.windowsOptions\.hostProcess | no |
|
| securityContext\.windowsOptions\.hostProcess | no |
|
||||||
| securityContext\.windowsOptions\.runAsUserName | no |
|
| securityContext\.windowsOptions\.runAsUserName | no |
|
||||||
|
Reference in New Issue
Block a user