File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed 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.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
1313NODE_COUNT ?= 2
1414NODEUPGRADE ?= NodeImage
1515OS_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
You can’t perform that action at this time.
0 commit comments