You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create-cluster: create-management-cluster create-workload-cluster ## Create a workload development Kubernetes cluster on Azure in a kind management cluster.
481
+
create-cluster: ## Create a workload development Kubernetes cluster on Azure in a kind management cluster.
482
+
EXP_CLUSTER_RESOURCE_SET=true \
483
+
EXP_AKS=true \
484
+
EXP_MACHINE_POOL=true \
485
+
$(MAKE) create-management-cluster \
486
+
$(MAKE) create-workload-cluster
477
487
478
488
.PHONY: delete-workload-cluster
479
489
delete-workload-cluster: ## Deletes the example workload Kubernetes cluster
0 commit comments