File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments