We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d6454 commit c97a0caCopy full SHA for c97a0ca
Makefile
@@ -829,6 +829,7 @@ aks-create: $(KUBECTL) ## Create aks cluster as mgmt cluster.
829
aks-delete: $(KUBECTL) ## Deletes the resource group and the associated AKS clusters listed under allowed_contexts in ./tilt-settings.yaml .
830
./scripts/aks-delete.sh
831
832
+
833
.PHONY: tilt-up
834
tilt-up: install-tools ## Start tilt and build kind cluster if needed.
835
@if [ -z "${AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY}" ]; then \
0 commit comments