File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -407,25 +407,9 @@ nodesubnet-cilium-up: rg-up ipv4 overlay-net-up ## Brings up a Nodesubnet Cilium
407407 --no-ssh-key \
408408 $(LTS_ARGS ) \
409409 --yes
410- @$(MAKE ) set-kubeconf
411-
412- windows-cniv1-up : rg-up overlay-net-up # # Bring up a Windows CNIv1 cluster
413- $(AZCLI ) aks create -n $(CLUSTER ) -g $(GROUP ) -l $(REGION ) \
414- --auto-upgrade-channel $(AUTOUPGRADE ) \
415- --node-os-upgrade-channel $(NODEUPGRADE ) \
416- --kubernetes-version $(K8S_VER ) \
417- --node-count $(NODE_COUNT ) \
418- --node-vm-size $(VM_SIZE ) \
419- --network-plugin azure \
420- --windows-admin-password $(WINDOWS_PASSWORD ) \
421- --windows-admin-username $(WINDOWS_USERNAME ) \
422- --vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
423- --no-ssh-key \
424- --yes
425- @$(MAKE ) windows-nodepool-up
426410 @$(MAKE ) set-kubeconf
427411
428- cniv1-up : rg-up ipv4 overlay-net-up # # Bring up a Linux CNIv1 cluster
412+ cniv1-up : rg-up ipv4 overlay-net-up # # Bring up a CNIv1 cluster
429413 $(AZCLI ) aks create -n $(CLUSTER ) -g $(GROUP ) -l $(REGION ) \
430414 --auto-upgrade-channel $(AUTOUPGRADE ) \
431415 --node-os-upgrade-channel $(NODEUPGRADE ) \
You can’t perform that action at this time.
0 commit comments