From 461230c49c0499ede7b6e5a1c7a62f952aea5eb8 Mon Sep 17 00:00:00 2001 From: "Wesley H. Gimenes" Date: Sat, 26 Aug 2023 02:47:59 -0300 Subject: [PATCH] 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 --- docs/kubernetes_support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kubernetes_support.md b/docs/kubernetes_support.md index 3600bbe1b7..f19a4a8358 100644 --- a/docs/kubernetes_support.md +++ b/docs/kubernetes_support.md @@ -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 |