Skip to content

Commit 5e5e9fc

Browse files
authored
Merge pull request #44170 from hunshcn/sysctl
update safe sysctls
2 parents 66f627b + bb2cb5f commit 5e5e9fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/en/docs/concepts/security/pod-security-standards.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ fail validation.
271271
<li><code>net.ipv4.ip_unprivileged_port_start</code></li>
272272
<li><code>net.ipv4.tcp_syncookies</code></li>
273273
<li><code>net.ipv4.ping_group_range</code></li>
274+
<li><code>net.ipv4.ip_local_reserved_ports</code> (since Kubernetes 1.27)</li>
274275
</ul>
275276
</td>
276277
</tr>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The following sysctls are supported in the _safe_ set:
7676
- `net.ipv4.tcp_syncookies`,
7777
- `net.ipv4.ping_group_range` (since Kubernetes 1.18),
7878
- `net.ipv4.ip_unprivileged_port_start` (since Kubernetes 1.22).
79+
- `net.ipv4.ip_local_reserved_ports` (since Kubernetes 1.27).
7980

8081
{{< note >}}
8182
There are some exceptions to the set of safe sysctls:

0 commit comments

Comments
 (0)