Skip to content

Commit

Permalink
Merge pull request #487 from ivelichkovich/master
Browse files Browse the repository at this point in the history
README.md NodeSliceFastIPAM typo fix
  • Loading branch information
mlguerrero12 committed Jul 25, 2024
2 parents 5750647 + 0bb3288 commit c89ee2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,16 @@ spec:
"ipam": {
"type": "whereabouts",
"range": "192.168.2.0/24",
"fast_ipam": true,
"node_slice size": "/22"
"node_slice_size": "/22"
}
}'
```

This setup enables the fast IPAM feature to optimize IP allocation for nodes, improving network performance in clusters with high pod density.
Please note, you must run a whereabouts controller for this to work. Manifest can be found in doc/crds/node-slice-controller.yaml.
You must run your whereabouts daemonset, whereabouts controller in the same namespaces as your network-attachment-definitions.
You must run your whereabouts daemonset, whereabouts controller in the same namespaces as your network-attachment-definitions.
The field in the example `node_slice_size` determines how large of a CIDR to allocate per node and the existence of the field is what triggers
`Fast IPAM` mode.


## Core Parameters
Expand Down

0 comments on commit c89ee2c

Please sign in to comment.