From 1a2ce33b9f68b3cfb152112fa2c10f83765d275a Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Mon, 16 Sep 2024 09:42:22 +0300 Subject: [PATCH] cluster: Use --opt-out-kv-ipam Make cluster-sync going to install it anyhow. Signed-off-by: Or Shoval --- hack/cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/cluster.sh b/hack/cluster.sh index 1ab2cee..3a7fa27 100755 --- a/hack/cluster.sh +++ b/hack/cluster.sh @@ -52,7 +52,7 @@ function up() { kind delete cluster --name $cluster_name ( cd ${OVN_KUBERNETES_DIR} - ./contrib/kind.sh --local-kind-registry ${KIND_ARGS} -cn ${cluster_name} + ./contrib/kind.sh --local-kind-registry ${KIND_ARGS} -cn ${cluster_name} --opt-out-kv-ipam ) }