Skip to content

Commit 02ce129

Browse files
chore: cleanup
1 parent f7fb831 commit 02ce129

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

hack/aks/Makefile

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff 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) \

0 commit comments

Comments
 (0)