File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ To get a list of all parameters, you can run
53
53
sudo sysctl -a
54
54
```
55
55
56
- ## Enabling Unsafe Sysctls
56
+ ## Safe and Unsafe Sysctls
57
57
58
- Sysctls are grouped into _ safe_ and _ unsafe_ sysctls . In addition to proper
58
+ Kubernetes classes sysctls as either _ safe_ or _ unsafe_ . In addition to proper
59
59
namespacing, a _ safe_ sysctl must be properly _ isolated_ between pods on the
60
60
same node. This means that setting a _ safe_ sysctl for one pod
61
61
@@ -80,6 +80,8 @@ The example `net.ipv4.tcp_syncookies` is not namespaced on Linux kernel version
80
80
This list will be extended in future Kubernetes versions when the kubelet
81
81
supports better isolation mechanisms.
82
82
83
+ ### Enabling Unsafe Sysctls
84
+
83
85
All _ safe_ sysctls are enabled by default.
84
86
85
87
All _ unsafe_ sysctls are disabled by default and must be allowed manually by the
You can’t perform that action at this time.
0 commit comments