Skip to content

Commit

Permalink
Remove known issue and add flag as part of k/k 79993
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Evenson <[email protected]>
  • Loading branch information
lachie83 committed Nov 16, 2019
1 parent 91f8f1a commit 01b5633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/services-networking/dual-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ To enable IPv4/IPv6 dual-stack, enable the `IPv6DualStack` [feature gate](/docs/
* `--feature-gates="IPv6DualStack=true"`
* `--cluster-cidr=<IPv4 CIDR>,<IPv6 CIDR>` eg. `--cluster-cidr=10.244.0.0/16,fc00::/24`
* `--service-cluster-ip-range=<IPv4 CIDR>,<IPv6 CIDR>`
* `--node-cidr-mask-size-ipv4|--node-cidr-mask-size-ipv6` defaults to /24 for IPv4 and /64 for IPv6
* kubelet:
* `--feature-gates="IPv6DualStack=true"`
* kube-proxy:
Expand Down Expand Up @@ -105,9 +106,8 @@ The use of publicly routable and non-publicly routable IPv6 address blocks is ac

## Known Issues

* IPv6 network block assignment uses the default IPv4 CIDR block size (/24)
* Kubenet forces IPv4,IPv6 positional reporting of IPs (--cluster-cidr)

{{% /capture %}}

{{% capture whatsnext %}}
Expand Down

0 comments on commit 01b5633

Please sign in to comment.