fix: correct the kube-proxy cluster-cidr arg for zh (#19375)

This commit is contained in:
huccshen
2020-02-29 10:04:39 +08:00
committed by GitHub
parent 0f5510b3be
commit 4201f78111
@@ -108,7 +108,7 @@ To enable IPv4/IPv6 dual-stack, enable the `IPv6DualStack` [feature gate](/docs/
* `--feature-gates="IPv6DualStack=true"`
* kube-proxy:
* `--proxy-mode=ipvs`
* `--cluster-cidrs=<IPv4 CIDR>,<IPv6 CIDR>`
* `--cluster-cidr=<IPv4 CIDR>,<IPv6 CIDR>`
* `--feature-gates="IPv6DualStack=true"`
{{< caution >}}