Skip to content

Commit 710912e

Browse files
committed
enable lts support for 1.28 on dualstack clusters
1 parent 272c66d commit 710912e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/aks/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ 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 \
386388
--yes
387389
@$(MAKE) set-kubeconf
388390

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

0 commit comments

Comments
 (0)