update sysctl-cluster.md, pod-security-standards.md

Signed-off-by: hunshcn <hunsh.cn@gmail.com>
pull/44170/head
hunshcn 2023-12-01 14:47:36 +08:00
parent 8498c51305
commit bb2cb5fa86
No known key found for this signature in database
GPG Key ID: F0598AB584580710
2 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,7 @@ fail validation.
<li><code>net.ipv4.ip_unprivileged_port_start</code></li>
<li><code>net.ipv4.tcp_syncookies</code></li>
<li><code>net.ipv4.ping_group_range</code></li>
<li><code>net.ipv4.ip_local_reserved_ports</code> (since Kubernetes 1.27)</li>
</ul>
</td>
</tr>

View File

@ -76,6 +76,7 @@ The following sysctls are supported in the _safe_ set:
- `net.ipv4.tcp_syncookies`,
- `net.ipv4.ping_group_range` (since Kubernetes 1.18),
- `net.ipv4.ip_unprivileged_port_start` (since Kubernetes 1.22).
- `net.ipv4.ip_local_reserved_ports` (since Kubernetes 1.27).
{{< note >}}
There are some exceptions to the set of safe sysctls: