Skip to content

Commit 6e03e2b

Browse files
authored
fix: update default k8s ver to 1.30 (#2924)
Signed-off-by: Evan Baker <[email protected]>
1 parent 0d5b880 commit 6e03e2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pipelines/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

hack/aks/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v
99

1010
# overrideable defaults
1111
AUTOUPGRADE ?= patch
12-
K8S_VER ?= 1.28
12+
K8S_VER ?= 1.30
1313
NODE_COUNT ?= 2
1414
NODE_COUNT_WIN ?= $(NODE_COUNT)
1515
NODEUPGRADE ?= 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 \

0 commit comments

Comments
 (0)