File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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+
345359windows-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 ) \
You can’t perform that action at this time.
0 commit comments