Skip to content

Commit ac963f5

Browse files
authored
Merge pull request kubernetes#3566 from JornShen/correct_nodecidr_example_order
correct multi cluster cidr example order
2 parents 4f43cf3 + 0ddcb6b commit ac963f5

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)