Skip to content

Commit

Permalink
docs: Simplify clustermesh example
Browse files Browse the repository at this point in the history
The use of a /9 here as an example instead of the /8 was confusing
various users. Reuse the /8 instead.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Aug 2, 2023
1 parent 891a02f commit 8f4c98b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/network/clustermesh/clustermesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Additional Requirements for Native-routed Datapath Modes
* Cilium in each cluster must be configured with a native routing CIDR that
covers all the PodCIDR ranges across all connected clusters. Cluster CIDRs are
typically allocated from the ``10.0.0.0/8`` private address space. When this
is a case a native routing CIDR such as ``10.0.0.0/9`` should cover all
is the case a native routing CIDR such as ``10.0.0.0/8`` should cover all
clusters:

* ConfigMap option ``ipv4-native-routing-cidr=10.0.0.0/9``
* Helm option ``--set ipv4NativeRoutingCIDR=10.0.0.0/9``
* ``cilium install`` option ``--set ipv4NativeRoutingCIDR=10.0.0.0/9``
* ConfigMap option ``ipv4-native-routing-cidr=10.0.0.0/8``
* Helm option ``--set ipv4NativeRoutingCIDR=10.0.0.0/8``
* ``cilium install`` option ``--set ipv4NativeRoutingCIDR=10.0.0.0/8``

* In addition to nodes, pods in all clusters must have IP connectivity between each other. This
requirement is typically met by establishing peering or VPN tunnels between
Expand Down

0 comments on commit 8f4c98b

Please sign in to comment.