Skip to content

Commit d502279

Browse files
Merge pull request #357 from vishnoianil/fix-makefile
cherry-pick: Fix makefile target to start kind setup
2 parents f0d7fdd + 3561988 commit d502279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ stop-dev-kind: check-kind ## Stop the Kind cluster to destroy the development en
9898
$(CMD_PREFIX) kind delete cluster --name $(ILAB_KUBE_CLUSTER_NAME)
9999

100100
.PHONY: setup-kind
101-
setup-kind: check-kind check-kubectl stop-dev ## Create a Kind cluster with ingress enabled
101+
setup-kind: check-kind check-kubectl stop-dev-kind ## Create a Kind cluster with ingress enabled
102102
$(CMD_PREFIX) kind create cluster --config ./deploy/k8s/overlays/kind/kind.yaml
103103
$(CMD_PREFIX) kubectl cluster-info
104104
$(CMD_PREFIX) kubectl --context=$(ILAB_KUBE_CONTEXT) apply -f ./deploy/k8s/overlays/kind/kind-ingress.yaml

0 commit comments

Comments
 (0)