Skip to content

Commit 0ddcb6b

Browse files
committed
correct multi cluster cidr example order
1 parent 8b540a1 commit 0ddcb6b

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-network/2593-multiple-cluster-cidrs

1 file changed

+2
-2
lines changed

keps/sig-network/2593-multiple-cluster-cidrs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,12 @@ type ClusterCIDRConfigStatus struct {
340340
{
341341
NodeSelector: { MatchExpressions: { "node": "n1" } },
342342
PerNodeHostBits: 4,
343-
IPv4CIDR: "192.168.128.0/17",
343+
IPv4CIDR: "192.168.64.0/20",
344344
},
345345
{
346346
NodeSelector: { MatchExpressions: { "node": "n1" } },
347347
PerNodeHostBits: 4,
348-
IPv4CIDR: "192.168.64.0/20",
348+
IPv4CIDR: "192.168.128.0/17",
349349
},
350350
{
351351
NodeSelector: nil,

0 commit comments

Comments
 (0)