Skip to content

Commit 947ac28

Browse files
feat: nodesubnet cilium target in makefile
1 parent 2bf6502 commit 947ac28

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

hack/aks/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,20 @@ vnetscale-swift-up: rg-up vnetscale-swift-net-up ## Bring up a Vnet Scale SWIFT
342342
--yes
343343
@$(MAKE) set-kubeconf
344344

345+
nodesubnet-cilium-up: rg-up overlay-net-up ## Brings up a Nodesubnet Cilium cluster
346+
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
347+
--auto-upgrade-channel $(AUTOUPGRADE) \
348+
--node-os-upgrade-channel $(NODEUPGRADE) \
349+
--kubernetes-version $(K8S_VER) \
350+
--node-count $(NODE_COUNT) \
351+
--node-vm-size $(VM_SIZE) \
352+
--network-plugin azure \
353+
--network-dataplane cilium \
354+
--vnet-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/nodenet \
355+
--no-ssh-key \
356+
--yes
357+
@$(MAKE) set-kubeconf
358+
345359
windows-cniv1-up: rg-up overlay-net-up ## Bring up a Windows CNIv1 cluster
346360
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
347361
--auto-upgrade-channel $(AUTOUPGRADE) \

0 commit comments

Comments
 (0)