Skip to content

Commit

Permalink
Updated docs to reflect pod spec sysctls support added in v4.6
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
wehagy authored Aug 26, 2023
1 parent f521fd2 commit 461230c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kubernetes_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 461230c

Please sign in to comment.