diff --git a/README.md b/README.md index 989a397d..b06649f2 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,10 @@ spec: } }' -This setup enables the fast IPAM feature to optimize IP allocation for nodes, improving network performance in clusters with high pod density. +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 diff --git a/e2e/e2e_node_slice/e2e_node_slice.go b/e2e/e2e_node_slice/e2e_node_slice.go index cbda15b1..7eef4406 100644 --- a/e2e/e2e_node_slice/e2e_node_slice.go +++ b/e2e/e2e_node_slice/e2e_node_slice.go @@ -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"