Skip to content

Commit

Permalink
Fix: change 'defautGateway' to 'defaultGateway' in README.md
Browse files Browse the repository at this point in the history
The typo was already fixed in the API, updated the README.md to use the correct field name
  • Loading branch information
ykulazhenkov committed Oct 14, 2024
1 parent c91bd0c commit eb7d92d
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 eb7d92d

Please sign in to comment.