Add newly introduced ping_group_range sysctl

kubernetes/kubernetes#85463 introduced a new safe sysctl
`net.ipv4.ping_group_range`, which was not yet added to the docs.

Signed-off-by: Jens Erat <email@jenserat.de>
pull/21854/head
Jens Erat 2020-06-17 17:16:43 +02:00
parent 3f9b9fdf28
commit 96dca646db
No known key found for this signature in database
GPG Key ID: 8E78E44DFB1B55E9
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ The following sysctls are supported in the _safe_ set:
- `kernel.shm_rmid_forced`,
- `net.ipv4.ip_local_port_range`,
- `net.ipv4.tcp_syncookies`.
- `net.ipv4.tcp_syncookies`,
- `net.ipv4.ping_group_range` (since Kubernetes 1.18).
{{< note >}}
The example `net.ipv4.tcp_syncookies` is not namespaced on Linux kernel version 4.4 or lower.