Skip to content

Commit 5db066e

Browse files
committed
fix sku type to support multiple windows node pool
1 parent 462afdd commit 5db066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/aks/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ overlay-up: rg-up overlay-net-up ## Brings up an Overlay AzCNI cluster
117117
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
118118
--node-count $(NODE_COUNT) \
119119
--node-vm-size $(VM_SIZE) \
120-
--load-balancer-sku standard \
120+
--load-balancer-sku basic \
121121
--network-plugin azure \
122122
--network-plugin-mode overlay \
123123
--pod-cidr 192.168.0.0/16 \

0 commit comments

Comments
 (0)