We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf00372 commit 87cc8bdCopy full SHA for 87cc8bd
hack/aks/Makefile
@@ -343,6 +343,7 @@ linux-cniv1-up: rg-up overlay-net-up ## Bring up a Linux CNIv1 cluster
343
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
344
--auto-upgrade-channel $(AUTOUPGRADE) \
345
--node-os-upgrade-channel $(NODEUPGRADE) \
346
+ --kubernetes-version $(K8S_VER) \
347
--node-count $(NODE_COUNT) \
348
--node-vm-size $(VM_SIZE) \
349
--max-pods 250 \
0 commit comments