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 @@ -92,6 +92,20 @@ overlay-byocni-up: rg-up overlay-net-up ## Brings up an Overlay BYO CNI cluster
9292 --yes
9393 @$(MAKE ) set-kubeconf
9494
95+ overlay-cilium-up : rg-up overlay-net-up # # Brings up an Overlay AzCNI cluster
96+ $(AZCLI ) aks create -n $(CLUSTER ) -g $(GROUP ) -l $(REGION ) \
97+ --node-count 2 \
98+ --node-vm-size $(VM_SIZE ) \
99+ --load-balancer-sku basic \
100+ --network-plugin azure \
101+ --enable-cilium-dataplane \
102+ --network-plugin-mode overlay \
103+ --pod-cidr 192.168.0.0/16 \
104+ --vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
105+ --no-ssh-key \
106+ --yes
107+ @$(MAKE ) set-kubeconf
108+
95109overlay-up : rg-up overlay-net-up # # Brings up an Overlay AzCNI cluster
96110 $(AZCLI ) aks create -n $(CLUSTER ) -g $(GROUP ) -l $(REGION ) \
97111 --node-count 2 \
You can’t perform that action at this time.
0 commit comments