Add safe sysctl net.ipv4.ip_unprivileged_port_start

https://github.com/kubernetes/kubernetes/pull/103326
pull/29841/head
Paco Xu 2021-09-28 14:46:25 +08:00 committed by GitHub
parent d924a67235
commit 39d0870882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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