Skip to content

Commit

Permalink
Merge pull request #358 from vishnoianil/fix-makefile-main
Browse files Browse the repository at this point in the history
Fix makefile target to start kind setup
  • Loading branch information
Gregory-Pereira authored Nov 20, 2024
2 parents bc2d10e + 571c807 commit 5052024
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 @@ -118,7 +118,7 @@ stop-dev-kind: check-kind ## Stop the Kind cluster to destroy the development en
$(CMD_PREFIX) kind delete cluster --name $(ILAB_KUBE_CLUSTER_NAME)

.PHONY: setup-kind
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
$(CMD_PREFIX) kind create cluster --config ./deploy/k8s/overlays/kind/kind.yaml
$(CMD_PREFIX) kubectl cluster-info
$(CMD_PREFIX) kubectl --context=$(ILAB_KUBE_CONTEXT) apply -f ./deploy/k8s/overlays/kind/kind-ingress.yaml
Expand Down

0 comments on commit 5052024

Please sign in to comment.