Skip to content

Commit 362b911

Browse files
committed
test
1 parent 07dca3e commit 362b911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/aks/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,18 +384,18 @@ ifeq ($(OS),windows)
384384
$(MAKE) windows-nodepool-up
385385
endif
386386

387-
dualstack-overlay-up: rg-up ipv4 ipv6 overlay-net-up ## Brings up an dualstack Overlay cluster with Linux node only
387+
dualstack-overlay-up: rg-up ipv6 ipv4 overlay-net-up ## Brings up an dualstack Overlay cluster with Linux node only
388388
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
389389
--auto-upgrade-channel $(AUTOUPGRADE) \
390390
--node-os-upgrade-channel $(NODEUPGRADE) \
391391
--kubernetes-version $(K8S_VER) \
392392
--node-count $(NODE_COUNT) \
393393
--node-vm-size $(VM_SIZE) \
394-
--load-balancer-outbound-ips $(PUBLIC_IPv4),$(PUBLIC_IPv6) \
394+
--load-balancer-outbound-ips $(PUBLIC_IPv6),$(PUBLIC_IPv4) \
395395
--network-plugin azure \
396396
--network-plugin-mode overlay \
397397
--subscription $(SUB) \
398-
--ip-families ipv4,ipv6 \
398+
--ip-families ipv6,ipv4 \
399399
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
400400
--no-ssh-key \
401401
--yes

0 commit comments

Comments
 (0)