Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions hack/aks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v

# overrideable defaults
AUTOUPGRADE ?= patch
K8S_VER ?= 1.28
K8S_VER ?= 1.29
NODE_COUNT ?= 2
NODE_COUNT_WIN ?= $(NODE_COUNT)
NODEUPGRADE ?= NodeImage
Expand Down Expand Up @@ -383,8 +383,6 @@ dualstack-overlay-byocni-up: rg-up overlay-net-up ## Brings up an dualstack Over
--ip-families ipv4,ipv6 \
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
--no-ssh-key \
--tier premium \
--k8s-support-plan AKSLongTermSupport \
--yes
@$(MAKE) set-kubeconf

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

Expand Down
Loading