Skip to content

Commit d843f92

Browse files
authored
Merge pull request #25750 from corvofeng/patch-1
Sync with the English version.
2 parents 34ca752 + 8febf98 commit d843f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ For {{< glossary_tooltip term_id="minikube" >}}, this can be done via the `extra
147147
如果你使用 {{< glossary_tooltip term_id="minikube" >}},可以通过 `extra-config` 参数来配置:
148148

149149
```shell
150-
minikube start --extra-config="kubelet.AllowedUnsafeSysctls=kernel.msg*,net.core.somaxconn"...
150+
minikube start --extra-config="kubelet.allowed-unsafe-sysctls=kernel.msg*,net.core.somaxconn"...
151151
```
152152
<!--
153153
Only _namespaced_ sysctls can be enabled this way.

0 commit comments

Comments
 (0)