File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ install-tools: $(ENVSUBST) $(KUSTOMIZE) $(KUBECTL) $(HELM) $(GINKGO) $(KIND) $(A
317317.PHONY : create-management-cluster
318318create-management-cluster : $(KUSTOMIZE ) $(ENVSUBST ) $(KUBECTL ) $(KIND ) # # Create a management cluster.
319319 # Create management cluster.
320- if " ${USE_AKS_MANAGEMENT_CLUSTER} " ; then \
320+ @ if " ${USE_AKS_MANAGEMENT_CLUSTER} " ; then \
321321 $(MAKE ) aks-create ; \
322322 else \
323323 $(MAKE ) kind-create ; \
@@ -760,7 +760,7 @@ aks-create: $(KUBECTL) ## Create aks cluster as mgmt cluster.
760760.PHONY : tilt-up
761761tilt-up : install-tools # # Start tilt and build kind cluster if needed.
762762 # Create management cluster.
763- if " ${USE_AKS_MANAGEMENT_CLUSTER} " ; then \
763+ @ if " ${USE_AKS_MANAGEMENT_CLUSTER} " ; then \
764764 $(MAKE ) aks-create ; \
765765 else \
766766 $(MAKE ) kind-create ; \
You can’t perform that action at this time.
0 commit comments