File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ stages:
351351 clusterType : vnetscale-swift-byocni-up
352352 clusterName : " vscaleswifte2e"
353353 vmSize : Standard_B2ms
354- k8sVersion : " 1.28 "
354+ k8sVersion : " 1.30 "
355355 dependsOn : " containerize"
356356
357357 # CNIv1 E2E tests
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v
99
1010# overrideable defaults
1111AUTOUPGRADE ?= patch
12- K8S_VER ?= 1.28
12+ K8S_VER ?= 1.30
1313NODE_COUNT ?= 2
1414NODE_COUNT_WIN ?= $(NODE_COUNT )
1515NODEUPGRADE ?= NodeImage
@@ -237,7 +237,7 @@ swiftv2-multitenancy-cluster-up: rg-up
237237 $(AZCLI ) aks create -n $(CLUSTER ) -g $(GROUP ) -l $(REGION ) \
238238 --network-plugin azure \
239239 --network-plugin-mode overlay \
240- --kubernetes-version 1.28 \
240+ --kubernetes-version $( K8S_VER ) \
241241 --nodepool-name " mtapool" \
242242 --node-vm-size $(VM_SIZE ) \
243243 --node-count 2 \
You can’t perform that action at this time.
0 commit comments