Skip to content

Commit de6ead9

Browse files
committed
sync safe sysctl ipv4.rmen and ipv4.wmem for v1.32
1 parent f9610cd commit de6ead9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

content/en/docs/reference/node/kernel-version-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Code: https://github.com/kubernetes/kubernetes/blob/00236ae0d73d2455a2470469ed10
3232
- `net.ipv4.tcp_keepalive_intvl` (since Kubernetes 1.29, needs kernel 4.5+);
3333
- `net.ipv4.tcp_keepalive_probes` (since Kubernetes 1.29, needs kernel 4.5+);
3434
- `net.ipv4.tcp_syncookies` (namespaced since kernel 4.6+).
35+
- `net.ipv4.tcp_rmem` (since Kubernetes 1.32, needs kernel 4.15+).
36+
- `net.ipv4.tcp_wmem` (since Kubernetes 1.32, needs kernel 4.15+).
3537
- `net.ipv4.vs.conn_reuse_mode` (used in `ipvs` proxy mode, needs kernel 4.1+);
3638

3739
### kube proxy `nftables` proxy mode

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ The following sysctls are supported in the _safe_ set:
8181
- `net.ipv4.tcp_fin_timeout` (since Kubernetes 1.29, needs kernel 4.6+);
8282
- `net.ipv4.tcp_keepalive_intvl` (since Kubernetes 1.29, needs kernel 4.5+);
8383
- `net.ipv4.tcp_keepalive_probes` (since Kubernetes 1.29, needs kernel 4.5+).
84+
- `net.ipv4.tcp_rmem` (since Kubernetes 1.32, needs kernel 4.15+).
85+
- `net.ipv4.tcp_wmem` (since Kubernetes 1.32, needs kernel 4.15+).
8486

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

0 commit comments

Comments
 (0)