Skip to content

Commit

Permalink
Delete cluster before creating op-dev-e2e test
Browse files Browse the repository at this point in the history
Fixes #350

Signed-off-by: Todd Short <tshort@redhat.com>
  • Loading branch information
tmshort committed Aug 22, 2023
1 parent fd7cfb5 commit 2431913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ kind-load: $(KIND) ## Loads the currently constructed image onto the cluster

.PHONY: kind-cluster
kind-cluster: $(KIND) ## Standup a kind cluster
-$(KIND) delete cluster --name ${KIND_CLUSTER_NAME}
$(KIND) create cluster --name ${KIND_CLUSTER_NAME}
$(KIND) export kubeconfig --name ${KIND_CLUSTER_NAME}

Expand Down

0 comments on commit 2431913

Please sign in to comment.