File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -384,18 +384,18 @@ ifeq ($(OS),windows)
384384 $(MAKE) windows-nodepool-up
385385endif
386386
387- dualstack-overlay-up : rg-up ipv6 ipv4 overlay-net-up # # Brings up an dualstack Overlay cluster with Linux node only
387+ dualstack-overlay-up : rg-up ipv4 ipv6 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_IPv6 ) ,$(PUBLIC_IPv4 ) \
394+ --load-balancer-outbound-ips $(PUBLIC_IPv4 ) ,$(PUBLIC_IPv6 ) \
395395 --network-plugin azure \
396396 --network-plugin-mode overlay \
397397 --subscription $(SUB ) \
398- --ip-families ipv6, ipv4 \
398+ --ip-families ipv4,ipv6 \
399399 --aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
400400 --no-ssh-key \
401401 --yes
You can’t perform that action at this time.
0 commit comments