Skip to content

Commit 0beae83

Browse files
committed
bump k8 to 1.29 for temp testing
1 parent eaf9121 commit 0beae83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

hack/aks/Makefile

Lines changed: 1 addition & 5 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.29
1313
NODE_COUNT ?= 2
1414
NODE_COUNT_WIN ?= $(NODE_COUNT)
1515
NODEUPGRADE ?= NodeImage
@@ -383,8 +383,6 @@ dualstack-overlay-byocni-up: rg-up overlay-net-up ## Brings up an dualstack Over
383383
--ip-families ipv4,ipv6 \
384384
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
385385
--no-ssh-key \
386-
--tier premium \
387-
--k8s-support-plan AKSLongTermSupport \
388386
--yes
389387
@$(MAKE) set-kubeconf
390388

@@ -419,8 +417,6 @@ dualstack-byocni-nokubeproxy-up: rg-up overlay-net-up ## Brings up a Dualstack o
419417
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
420418
--no-ssh-key \
421419
--kube-proxy-config ./kube-proxy.json \
422-
--tier premium \
423-
--k8s-support-plan AKSLongTermSupport \
424420
--yes
425421
@$(MAKE) set-kubeconf
426422

0 commit comments

Comments
 (0)