From 7c12a85d33c9ceb2ca4074d618154ec7859b5c73 Mon Sep 17 00:00:00 2001 From: Igor Velichkovich Date: Wed, 24 Jul 2024 12:47:14 -0700 Subject: [PATCH 1/2] README.md NodeSliceFastIPAM typo fix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9551e5351..b9ae193ae 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,7 @@ spec: "ipam": { "type": "whereabouts", "range": "192.168.2.0/24", - "fast_ipam": true, - "node_slice size": "/22" + "node_slice_size": "/22" } }' ``` From 0bb3288722e596e02b2d4bae9157f3c966696aa0 Mon Sep 17 00:00:00 2001 From: Igor Velichkovich Date: Wed, 24 Jul 2024 12:52:15 -0700 Subject: [PATCH 2/2] additional instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ae193ae..d3c331ffd 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,9 @@ spec: 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