File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Code: https://github.com/kubernetes/kubernetes/blob/00236ae0d73d2455a2470469ed10
32
32
- ` net.ipv4.tcp_keepalive_intvl ` (since Kubernetes 1.29, needs kernel 4.5+);
33
33
- ` net.ipv4.tcp_keepalive_probes ` (since Kubernetes 1.29, needs kernel 4.5+);
34
34
- ` 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+).
35
37
- ` net.ipv4.vs.conn_reuse_mode ` (used in ` ipvs ` proxy mode, needs kernel 4.1+);
36
38
37
39
### kube proxy ` nftables ` proxy mode
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ The following sysctls are supported in the _safe_ set:
81
81
- ` net.ipv4.tcp_fin_timeout ` (since Kubernetes 1.29, needs kernel 4.6+);
82
82
- ` net.ipv4.tcp_keepalive_intvl ` (since Kubernetes 1.29, needs kernel 4.5+);
83
83
- ` 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+).
84
86
85
87
{{< note >}}
86
88
There are some exceptions to the set of safe sysctls:
You can’t perform that action at this time.
0 commit comments