Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: change 'defautGateway' to 'defaultGateway' in README.md #56

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading