Skip to content

Commit 133e93b

Browse files
authored
Merge pull request #40323 from asa3311/sync-sysctl-cluster.md
[zh-cn] sync sysctl-cluster.md
2 parents 8c63a04 + 59acbf4 commit 133e93b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/zh-cn/docs/tasks/administer-cluster/sysctl-cluster.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,14 @@ in future versions of the Linux kernel.
207207
- `kernel.msg*`,
208208
- `kernel.sem`,
209209
- `fs.mqueue.*`,
210+
<!--
211+
- The parameters under `net.*` that can be set in container networking
212+
namespace. However, there are exceptions (e.g., before Linux 5.12.2,
213+
`net.netfilter.nf_conntrack_max` and `net.netfilter.nf_conntrack_expect_max`
214+
can be set in container networking namespace but they are unnamespaced).
215+
-->
210216
- `net.*`(内核中可以在容器命名空间里被更改的网络配置项相关参数)。然而也有一些特例
211-
(例如,`net.netfilter.nf_conntrack_max``net.netfilter.nf_conntrack_expect_max`
217+
(例如,在 Linux 5.12.2 前,`net.netfilter.nf_conntrack_max``net.netfilter.nf_conntrack_expect_max`
212218
可以在容器命名空间里被更改,但它们是非命名空间的)。
213219

214220
<!--

0 commit comments

Comments
 (0)