mirror of
https://github.com/k8snetworkplumbingwg/whereabouts.git
synced 2025-06-03 06:42:26 +00:00
update readme
This commit is contained in:
parent
93fd190c28
commit
124364888c
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user