You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nodes-containers-sysctls-unsafe.adoc
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,8 @@ situations such as high performance or real-time application tuning.
12
12
If you want to use unsafe sysctls, a cluster administrator must enable them
13
13
individually for a specific type of node. The sysctls must be namespaced.
14
14
15
-
You can further control which sysctls can be set in pods by specifying lists of sysctls or sysctl patterns in the `forbiddenSysctls` and `allowedUnsafeSysctls`fields of the Security Context Constraints.
15
+
You can further control which sysctls are set in pods by specifying lists of sysctls or sysctl patterns in the `allowedUnsafeSysctls`field of the Security Context Constraints.
16
16
17
-
- The `forbiddenSysctls` option excludes specific sysctls.
18
17
- The `allowedUnsafeSysctls` option controls specific needs such as high performance or real-time application tuning.
0 commit comments