Skip to content

Commit

Permalink
Merge pull request #56 from ykulazhenkov/pr-fix-readme
Browse files Browse the repository at this point in the history
Fix: change 'defautGateway' to 'defaultGateway' in README.md
  • Loading branch information
ykulazhenkov authored Oct 14, 2024
2 parents c91bd0c + eb7d92d commit f85a716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ spec:
- matchExpressions:
- key: node-role.kubernetes.io/worker
operator: Exists
defautGateway: true # optional
defaultGateway: true # optional
routes: # optional
- dst: 5.5.0.0/24
```
Expand Down Expand Up @@ -386,7 +386,7 @@ spec:
* `endIP`: end IP of the exclude range (inclusive).

* `nodeSelector` (optional): A list of node selector terms. The terms are ORed. Each term can have a list of matchExpressions that are ANDed. Only the nodes that match the provided labels will get assigned IP Blocks for the defined pool.
* `defautGateway` (optional): Add the pool gateway as default gateway in the pod static routes.
* `defaultGateway` (optional): Add the pool gateway as default gateway in the pod static routes.
* `routes` (optional, list): contains CIDR to be added in the pod static routes via the pool gateway.

* `dst`: The destination of the static route, in CIDR notation.
Expand Down Expand Up @@ -429,7 +429,7 @@ spec:
- matchExpressions:
- key: node-role.kubernetes.io/worker
operator: Exists
defautGateway: true # optional
defaultGateway: true # optional
routes: # optional
- dst: 5.5.0.0/24
```
Expand Down Expand Up @@ -485,7 +485,7 @@ spec:
* `prefix`: statically allocated prefix.

* `nodeSelector`(optional): A list of node selector terms. The terms are ORed. Each term can have a list of matchExpressions that are ANDed. Only the nodes that match the provided labels will get assigned IP Blocks for the defined pool.
* `defautGateway` (optional): Add the pool gateway as default gateway in the pod static routes.
* `defaultGateway` (optional): Add the pool gateway as default gateway in the pod static routes.
* `routes` (optional, list): contains CIDR to be added in the pod static routes via the pool gateway.

* `dst`: The destination of the static route, in CIDR notation.
Expand Down

0 comments on commit f85a716

Please sign in to comment.