Skip to content

Commit

Permalink
fix: correct the kube-proxy cluster-cidr arg typo. (kubernetes#19358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colstuwjx authored Feb 29, 2020
1 parent 723e624 commit 0f5510b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/dual-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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 >}}
Expand Down

0 comments on commit 0f5510b

Please sign in to comment.