We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0d7fdd + 3561988 commit d502279Copy full SHA for d502279
Makefile
@@ -98,7 +98,7 @@ stop-dev-kind: check-kind ## Stop the Kind cluster to destroy the development en
98
$(CMD_PREFIX) kind delete cluster --name $(ILAB_KUBE_CLUSTER_NAME)
99
100
.PHONY: setup-kind
101
-setup-kind: check-kind check-kubectl stop-dev ## Create a Kind cluster with ingress enabled
+setup-kind: check-kind check-kubectl stop-dev-kind ## Create a Kind cluster with ingress enabled
102
$(CMD_PREFIX) kind create cluster --config ./deploy/k8s/overlays/kind/kind.yaml
103
$(CMD_PREFIX) kubectl cluster-info
104
$(CMD_PREFIX) kubectl --context=$(ILAB_KUBE_CONTEXT) apply -f ./deploy/k8s/overlays/kind/kind-ingress.yaml
0 commit comments