Skip to content

Commit

Permalink
cluster: Use --opt-out-kv-ipam
Browse files Browse the repository at this point in the history
Make cluster-sync going to install it anyhow.

Signed-off-by: Or Shoval <oshoval@redhat.com>
  • Loading branch information
oshoval committed Sep 17, 2024
1 parent 49ee8d7 commit 1a2ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}

Expand Down

0 comments on commit 1a2ce33

Please sign in to comment.