Skip to content

Commit

Permalink
[backport] fix: Add --kubernetes-version to linux-cniv1-up cluster cr…
Browse files Browse the repository at this point in the history
…eation (#2952) (#3139)

fix: Add --kubernetes-version to linux-cniv1-up cluster creation (#2952)

fix: Add--kubernetes-version to linux-cniv1-up cluster creation
  • Loading branch information
jpayne3506 authored Nov 13, 2024
1 parent 3d058ff commit 13922b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/aks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ linux-cniv1-up: rg-up overlay-net-up ## Bring up a Linux CNIv1 cluster
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
--auto-upgrade-channel $(AUTOUPGRADE) \
--node-os-upgrade-channel $(NODEUPGRADE) \
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--max-pods 250 \
Expand Down

0 comments on commit 13922b1

Please sign in to comment.