File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
.pipelines/singletenancy/dualstack-overlay Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ stages:
121121 clusterName : ${{ parameters.clusterName }}-$(commitID)
122122 os : windows
123123 dependsOn : cni_linux
124- dualstack : true
124+ # dualstack: true # Currently broken for scenario and blocking releases, HNS is investigating. Covered by go test in E2E step template
125125 dns : true
126126 portforward : true
127- service : true
127+ # service: true # Currently broken for scenario and blocking releases, HNS is investigating.
128128 hostport : true
129129 hybridWin : true
130130
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.28
12+ K8S_VER ?= 1.29
1313NODE_COUNT ?= 2
1414NODE_COUNT_WIN ?= $(NODE_COUNT )
1515NODEUPGRADE ?= 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
You can’t perform that action at this time.
0 commit comments