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:
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\.type | ✅ |
|
||||
| securityContext\.seLinuxOptions\.user | ✅ |
|
||||
| securityContext\.sysctls\.name | no |
|
||||
| securityContext\.sysctls\.value | no |
|
||||
| securityContext\.sysctls\.name | ✅ |
|
||||
| securityContext\.sysctls\.value | ✅ |
|
||||
| securityContext\.windowsOptions\.gmsaCredentialSpec | no |
|
||||
| securityContext\.windowsOptions\.hostProcess | no |
|
||||
| securityContext\.windowsOptions\.runAsUserName | no |
|
||||
|
|
Loading…
Reference in New Issue