Skip to content

Commit

Permalink
Merge pull request #4349 from CecileRobertMichon/fix-kind-make
Browse files Browse the repository at this point in the history
Add missing kind make dependency
  • Loading branch information
k8s-ci-robot authored Dec 11, 2023
2 parents cc260a0 + 3689d61 commit a427fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ delete-cluster: delete-workload-cluster ## Deletes the example kind cluster "ca
$(KIND) delete cluster --name=capz

.PHONY: kind-reset
kind-reset: ## Destroys the "capz" and "capz-e2e" kind clusters.
kind-reset: $(KIND) ## Destroys the "capz" and "capz-e2e" kind clusters.
$(KIND) delete cluster --name=$(KIND_CLUSTER_NAME) || true
$(KIND) delete cluster --name=capz-e2e || true

Expand Down

0 comments on commit a427fe8

Please sign in to comment.