Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/networking/basic_network_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ cluster-cidr: "10.42.0.0/16,2001:cafe:42::/56"
service-cidr: "10.43.0.0/16,2001:cafe:43::/112"
```

Dual-stack networking must be configured when the cluster is first created. It cannot be enabled on an existing cluster once it has been started as IPv4-only.

Each CNI Plugin may require a different configuration for dual-stack:

<Tabs groupId="CNIplugin" queryString>
Expand Down
Loading