Skip to content

Commit

Permalink
Merge pull request #68 from oshoval/noikc
Browse files Browse the repository at this point in the history
cluster: Use --opt-out-kv-ipam
  • Loading branch information
qinqon authored Sep 23, 2024
2 parents 49ee8d7 + 1a2ce33 commit 0faf4cb
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 0faf4cb

Please sign in to comment.