File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ nodesubnet-byocni-nokubeproxy-up: rg-up overlay-net-up ## Brings up an NodeSubne
114114 --yes
115115 @$(MAKE ) set-kubeconf
116116
117+ # alias for linux-overlay-byocni-up
118+ overlay-byocni-up : linux-overlay-byocni-up
119+
117120linux-overlay-byocni-up : rg-up overlay-net-up # # Brings up a Linux Overlay BYO CNI cluster
118121 $(AZCLI ) aks create -n $(CLUSTER ) -g $(GROUP ) -l $(REGION ) \
119122 --auto-upgrade-channel $(AUTOUPGRADE ) \
@@ -391,6 +394,9 @@ dualstack-overlay-up: rg-up overlay-net-up ## Brings up an dualstack Overlay clu
391394 --yes
392395 @$(MAKE ) set-kubeconf
393396
397+ # alias for linux-dualstack-overlay-byocni-up
398+ dualstack-overlay-byocni-up : linux-dualstack-overlay-byocni-up
399+
394400linux-dualstack-overlay-byocni-up : rg-up overlay-net-up # # Brings up an dualstack Overlay BYO CNI cluster
395401 $(AZCLI ) aks create -n $(CLUSTER ) -g $(GROUP ) -l $(REGION ) \
396402 --auto-upgrade-channel $(AUTOUPGRADE ) \
You can’t perform that action at this time.
0 commit comments