We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f39f2 commit 9c36c48Copy full SHA for 9c36c48
Makefile
@@ -817,6 +817,7 @@ aks-create: $(KUBECTL) ## Create aks cluster as mgmt cluster.
817
aks-delete: $(KUBECTL) ## Deletes the resource group and the associated AKS clusters listed under allowed_contexts in ./tilt-settings.yaml .
818
./scripts/aks-delete.sh
819
820
+
821
.PHONY: tilt-up
822
tilt-up: install-tools ## Start tilt and build kind cluster if needed.
823
@if [ -z "${AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY}" ]; then \
0 commit comments