Skip to content

Commit

Permalink
fix: Add --kubernetes-version to linux-cniv1-up cluster creation (#2952)
Browse files Browse the repository at this point in the history
fix: Add--kubernetes-version to linux-cniv1-up cluster creation
  • Loading branch information
jpayne3506 authored Aug 22, 2024
1 parent 55936d7 commit cf8fb62
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 cf8fb62

Please sign in to comment.