update readme

This commit is contained in:
Igor Velichkovich 2024-06-18 11:47:21 -07:00
parent 93fd190c28
commit 124364888c
2 changed files with 5 additions and 2 deletions

View File

@ -221,6 +221,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.
## Core Parameters

View File

@ -201,7 +201,7 @@ var _ = Describe("Whereabouts node slice functionality", func() {
const (
initialReplicaNumber = 20
ipPoolNamespace = "kube-system"
namespace = "default"
namespace = "kube-system"
serviceName = "web"
selector = "app=" + serviceName
statefulSetName = "statefulthingy"