We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462afdd commit 5db066eCopy full SHA for 5db066e
hack/aks/Makefile
@@ -117,7 +117,7 @@ overlay-up: rg-up overlay-net-up ## Brings up an Overlay AzCNI cluster
117
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
118
--node-count $(NODE_COUNT) \
119
--node-vm-size $(VM_SIZE) \
120
- --load-balancer-sku standard \
+ --load-balancer-sku basic \
121
--network-plugin azure \
122
--network-plugin-mode overlay \
123
--pod-cidr 192.168.0.0/16 \
0 commit comments