Skip to content

Commit 743583b

Browse files
authored
ci: Update makefile cluster creation (#2358)
ci: Update aks cluster creation
1 parent 36c96ad commit 743583b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hack/aks/Makefile

Lines changed: 1 addition & 4 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.25 # Used only for ubuntu 18 as K8S 1.24.9, as K8S > 1.25 have Ubuntu 22
12+
K8S_VER ?= 1.27 # Designated for Long Term Support, July 2025 | Only Ubuntu 22.04 is supported
1313
NODE_COUNT ?= 2
1414
NODEUPGRADE ?= NodeImage
1515
OS_SKU ?= Ubuntu
@@ -236,7 +236,6 @@ linux-cniv1-up: rg-up overlay-net-up ## Bring up a Linux CNIv1 cluster
236236
--max-pods 250 \
237237
--network-plugin azure \
238238
--vnet-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/nodenet \
239-
--kubernetes-version $(K8S_VER) \
240239
--os-sku $(OS_SKU) \
241240
--no-ssh-key \
242241
--yes
@@ -253,7 +252,6 @@ dualstack-overlay-up: rg-up overlay-net-up ## Brings up an dualstack Overlay clu
253252
--network-plugin-mode overlay \
254253
--subscription $(SUB) \
255254
--ip-families ipv4,ipv6 \
256-
--kubernetes-version 1.26.3 \
257255
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
258256
--no-ssh-key \
259257
--yes
@@ -269,7 +267,6 @@ dualstack-overlay-byocni-up: rg-up overlay-net-up ## Brings up an dualstack Over
269267
--network-plugin-mode overlay \
270268
--subscription $(SUB) \
271269
--ip-families ipv4,ipv6 \
272-
--kubernetes-version 1.26.3 \
273270
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
274271
--no-ssh-key \
275272
--yes

0 commit comments

Comments
 (0)