diff --git a/Makefile b/Makefile index 651640574..01ba89de2 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ e2e: run kind-load-test-artifacts test-e2e kind-cluster-cleanup ## Run e2e test kind-load: $(KIND) ## Loads the currently constructed image onto the cluster $(KIND) load docker-image $(IMG) --name $(KIND_CLUSTER_NAME) -kind-cluster: $(KIND) kind-cluster-cleanup ## Standup a kind cluster +kind-cluster: $(KIND) ## Standup a kind cluster $(KIND) create cluster --name ${KIND_CLUSTER_NAME} $(KIND) export kubeconfig --name ${KIND_CLUSTER_NAME}