Skip to content

Commit

Permalink
Merge pull request #49496 from my-git9/np-13622
Browse files Browse the repository at this point in the history
[zh-cn]sync kernel-version-requirements.md
  • Loading branch information
k8s-ci-robot authored Jan 22, 2025
2 parents 09364ae + f815b6e commit 35b3ebb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Code: https://github.com/kubernetes/kubernetes/blob/00236ae0d73d2455a2470469ed10
- `net.ipv4.tcp_keepalive_intvl` (since Kubernetes 1.29, needs kernel 4.5+);
- `net.ipv4.tcp_keepalive_probes` (since Kubernetes 1.29, needs kernel 4.5+);
- `net.ipv4.tcp_syncookies` (namespaced since kernel 4.6+).
- `net.ipv4.tcp_rmem` (since Kubernetes 1.32, needs kernel 4.15+).
- `net.ipv4.tcp_wmem` (since Kubernetes 1.32, needs kernel 4.15+).
- `net.ipv4.vs.conn_reuse_mode` (used in `ipvs` proxy mode, needs kernel 4.1+);
### kube proxy `nftables` proxy mode
Expand All @@ -63,6 +65,8 @@ Code: https://github.com/kubernetes/kubernetes/blob/00236ae0d73d2455a2470469ed10
- `net.ipv4.tcp_keepalive_intvl`(自 Kubernetes 1.29 起,需要内核 4.5+);
- `net.ipv4.tcp_keepalive_probes`(自 Kubernetes 1.29 起,需要内核 4.5+);
- `net.ipv4.tcp_syncookies`(自内核 4.6+ 添加了命名空间作用域)。
- `net.ipv4.tcp_rmem`(自 Kubernetes 1.32,需要内核 4.15+)。
- `net.ipv4.tcp_wmem`(自 Kubernetes 1.32,需要内核 4.15+)。
- `net.ipv4.vs.conn_reuse_mode`(用于 `ipvs` 代理模式,需要内核 4.1+);

### kube proxy `nftables` 代理模式 {#kube-proxy-nftables-proxy-mode}
Expand Down

0 comments on commit 35b3ebb

Please sign in to comment.