Skip to content

Commit

Permalink
docs: change the cidr to avoid misunderstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 9, 2020
1 parent f9208d5 commit 953f5be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ spec:
namespaces:
- ns1
- ns2
cidrBlock: 100.64.0.0/16
gateway: 100.64.0.1
cidrBlock: 10.10.0.0/16
gateway: 10.10.0.1
excludeIps:
- 100.64.0.1
- 10.10.0.1
private: true
allowSubnets:
- 10.16.0.0/16
Expand Down

0 comments on commit 953f5be

Please sign in to comment.