Skip to content

Commit

Permalink
fix: correct the kube-proxy cluster-cidr arg for ko (kubernetes#19376)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchengze authored Mar 1, 2020
1 parent 65c92bf commit 9cc3722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ko/docs/concepts/services-networking/dual-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ IPv4/IPv6 이중 스택을 활성화 하려면, 클러스터의 관련 구성요
* `--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 9cc3722

Please sign in to comment.