From 59dc4db765bb21a1bf8610c2bd575380acae56f1 Mon Sep 17 00:00:00 2001 From: jpayne3506 Date: Thu, 22 Aug 2024 14:32:58 -0700 Subject: [PATCH] fix: Add--kubernetes-version to linux-cniv1-up cluster creation --- hack/aks/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/aks/Makefile b/hack/aks/Makefile index d15a79b106..f46b5d6579 100644 --- a/hack/aks/Makefile +++ b/hack/aks/Makefile @@ -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 \