Skip to content

Commit

Permalink
Update content/en/docs/concepts/services-networking/dual-stack.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
  • Loading branch information
pacoxu and neolit123 authored Feb 25, 2021
1 parent 13aa951 commit d164a34
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 @@ -116,7 +116,7 @@ Before joining a node, make sure that the node has IPv6 routable network interfa

#### Create a single-stack cluster

As IPv6DualStack feature gate is beta and default to true after 1.21, dual stack will be enabled by default without `--feature-gates` flag.
In 1.21 the `IPv6DualStack` feature is Beta and the feature gate is defaulted to `true`. To disable the feature you must configure the feature gate to `false`. Note that once the feature is GA, the feature gate will be removed.

```
kubeadm init --feature-gates IPv6DualStack=false
Expand Down

0 comments on commit d164a34

Please sign in to comment.