Skip to content

Commit

Permalink
fix: update default k8s ver to 1.30 (#2924)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
  • Loading branch information
rbtr authored Sep 17, 2024
1 parent 0d5b880 commit 6e03e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pipelines/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ stages:
clusterType: vnetscale-swift-byocni-up
clusterName: "vscaleswifte2e"
vmSize: Standard_B2ms
k8sVersion: "1.28"
k8sVersion: "1.30"
dependsOn: "containerize"

# CNIv1 E2E tests
Expand Down
4 changes: 2 additions & 2 deletions hack/aks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v

# overrideable defaults
AUTOUPGRADE ?= patch
K8S_VER ?= 1.28
K8S_VER ?= 1.30
NODE_COUNT ?= 2
NODE_COUNT_WIN ?= $(NODE_COUNT)
NODEUPGRADE ?= NodeImage
Expand Down Expand Up @@ -237,7 +237,7 @@ swiftv2-multitenancy-cluster-up: rg-up
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
--network-plugin azure \
--network-plugin-mode overlay \
--kubernetes-version 1.28 \
--kubernetes-version $(K8S_VER) \
--nodepool-name "mtapool" \
--node-vm-size $(VM_SIZE) \
--node-count 2 \
Expand Down

0 comments on commit 6e03e2b

Please sign in to comment.