Skip to content

Commit cded548

Browse files
authored
Merge pull request #39567 from sigv/patch-1
Rename "Enabling Unsafe Sysctls" section
2 parents 7cc2dcb + 2a77eef commit cded548

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/tasks/administer-cluster/sysctl-cluster.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ To get a list of all parameters, you can run
5353
sudo sysctl -a
5454
```
5555

56-
## Enabling Unsafe Sysctls
56+
## Safe and Unsafe Sysctls
5757

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
5959
namespacing, a _safe_ sysctl must be properly _isolated_ between pods on the
6060
same node. This means that setting a _safe_ sysctl for one pod
6161

@@ -80,6 +80,8 @@ The example `net.ipv4.tcp_syncookies` is not namespaced on Linux kernel version
8080
This list will be extended in future Kubernetes versions when the kubelet
8181
supports better isolation mechanisms.
8282

83+
### Enabling Unsafe Sysctls
84+
8385
All _safe_ sysctls are enabled by default.
8486

8587
All _unsafe_ sysctls are disabled by default and must be allowed manually by the

0 commit comments

Comments
 (0)