Skip to content

Commit b3b12b7

Browse files
authored
[backport] fix: Add --kubernetes-version to linux-cniv1-up cluster creation (#2952) (#3139)
fix: Add --kubernetes-version to linux-cniv1-up cluster creation (#2952) fix: Add--kubernetes-version to linux-cniv1-up cluster creation
1 parent bf00372 commit b3b12b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/aks/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ linux-cniv1-up: rg-up overlay-net-up ## Bring up a Linux CNIv1 cluster
343343
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
344344
--auto-upgrade-channel $(AUTOUPGRADE) \
345345
--node-os-upgrade-channel $(NODEUPGRADE) \
346+
--kubernetes-version $(K8S_VER) \
346347
--node-count $(NODE_COUNT) \
347348
--node-vm-size $(VM_SIZE) \
348349
--max-pods 250 \

0 commit comments

Comments
 (0)