@@ -103,6 +103,8 @@ overlay-byocni-up: rg-up overlay-net-up ## Brings up an Overlay BYO CNI cluster
103
103
--node-count $(NODE_COUNT ) \
104
104
--node-vm-size $(VM_SIZE ) \
105
105
--load-balancer-sku standard \
106
+ --k8s-support-plan AKSLongTermSupport \
107
+ --tier premium \
106
108
--network-plugin none \
107
109
--network-plugin-mode overlay \
108
110
--pod-cidr 192.168.0.0/16 \
@@ -122,6 +124,8 @@ overlay-byocni-nokubeproxy-up: rg-up overlay-net-up ## Brings up an Overlay BYO
122
124
--kubernetes-version $(K8S_VER ) \
123
125
--node-count $(NODE_COUNT ) \
124
126
--node-vm-size $(VM_SIZE ) \
127
+ --k8s-support-plan AKSLongTermSupport \
128
+ --tier premium \
125
129
--network-plugin none \
126
130
--network-plugin-mode overlay \
127
131
--pod-cidr 192.168.0.0/16 \
@@ -138,6 +142,8 @@ overlay-cilium-up: rg-up overlay-net-up ## Brings up an Overlay Cilium cluster
138
142
--kubernetes-version $(K8S_VER ) \
139
143
--node-count $(NODE_COUNT ) \
140
144
--node-vm-size $(VM_SIZE ) \
145
+ --k8s-support-plan AKSLongTermSupport \
146
+ --tier premium \
141
147
--network-plugin azure \
142
148
--network-dataplane cilium \
143
149
--network-plugin-mode overlay \
@@ -154,6 +160,8 @@ overlay-up: rg-up overlay-net-up ## Brings up an Overlay AzCNI cluster
154
160
--kubernetes-version $(K8S_VER ) \
155
161
--node-count $(NODE_COUNT ) \
156
162
--node-vm-size $(VM_SIZE ) \
163
+ --k8s-support-plan AKSLongTermSupport \
164
+ --tier premium \
157
165
--network-plugin azure \
158
166
--network-plugin-mode overlay \
159
167
--pod-cidr 192.168.0.0/16 \
@@ -170,6 +178,8 @@ swift-byocni-up: rg-up swift-net-up ## Bring up a SWIFT BYO CNI cluster
170
178
--node-count $(NODE_COUNT ) \
171
179
--node-vm-size $(VM_SIZE ) \
172
180
--load-balancer-sku standard \
181
+ --k8s-support-plan AKSLongTermSupport \
182
+ --tier premium \
173
183
--network-plugin none \
174
184
--vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
175
185
--pod-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/podnet \
@@ -188,6 +198,8 @@ swift-byocni-nokubeproxy-up: rg-up swift-net-up ## Bring up a SWIFT BYO CNI clus
188
198
--kubernetes-version $(K8S_VER ) \
189
199
--node-count $(NODE_COUNT ) \
190
200
--node-vm-size $(VM_SIZE ) \
201
+ --k8s-support-plan AKSLongTermSupport \
202
+ --tier premium \
191
203
--network-plugin none \
192
204
--vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
193
205
--pod-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/podnet \
@@ -204,6 +216,8 @@ swift-cilium-up: rg-up swift-net-up ## Bring up a SWIFT Cilium cluster
204
216
--kubernetes-version $(K8S_VER ) \
205
217
--node-count $(NODE_COUNT ) \
206
218
--node-vm-size $(VM_SIZE ) \
219
+ --k8s-support-plan AKSLongTermSupport \
220
+ --tier premium \
207
221
--network-plugin azure \
208
222
--network-dataplane cilium \
209
223
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/CiliumDataplanePreview \
@@ -220,6 +234,8 @@ swift-up: rg-up swift-net-up ## Bring up a SWIFT AzCNI cluster
220
234
--kubernetes-version $(K8S_VER ) \
221
235
--node-count $(NODE_COUNT ) \
222
236
--node-vm-size $(VM_SIZE ) \
237
+ --k8s-support-plan AKSLongTermSupport \
238
+ --tier premium \
223
239
--network-plugin azure \
224
240
--vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
225
241
--pod-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/podnet \
@@ -234,6 +250,8 @@ swiftv2-multitenancy-cluster-up: rg-up
234
250
--kubernetes-version 1.28 \
235
251
--nodepool-name " mtapool" \
236
252
--node-vm-size $(VM_SIZE ) \
253
+ --k8s-support-plan AKSLongTermSupport \
254
+ --tier premium \
237
255
--node-count 2 \
238
256
--nodepool-tags fastpathenabled=true \
239
257
--no-ssh-key \
@@ -259,6 +277,8 @@ vnetscale-swift-byocni-up: rg-up vnetscale-swift-net-up ## Bring up a Vnet Scale
259
277
--kubernetes-version $(K8S_VER ) \
260
278
--node-count $(NODE_COUNT ) \
261
279
--node-vm-size $(VM_SIZE ) \
280
+ --k8s-support-plan AKSLongTermSupport \
281
+ --tier premium \
262
282
--network-plugin none \
263
283
--vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
264
284
--pod-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/podnet \
@@ -274,6 +294,8 @@ vnetscale-swift-byocni-nokubeproxy-up: rg-up vnetscale-swift-net-up ## Bring up
274
294
--kubernetes-version $(K8S_VER ) \
275
295
--node-count $(NODE_COUNT ) \
276
296
--node-vm-size $(VM_SIZE ) \
297
+ --k8s-support-plan AKSLongTermSupport \
298
+ --tier premium \
277
299
--network-plugin none \
278
300
--vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
279
301
--pod-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/podnet \
@@ -290,6 +312,8 @@ vnetscale-swift-cilium-up: rg-up vnetscale-swift-net-up ## Bring up a Vnet Scale
290
312
--kubernetes-version $(K8S_VER ) \
291
313
--node-count $(NODE_COUNT ) \
292
314
--node-vm-size $(VM_SIZE ) \
315
+ --k8s-support-plan AKSLongTermSupport \
316
+ --tier premium \
293
317
--network-plugin azure \
294
318
--network-dataplane cilium \
295
319
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/CiliumDataplanePreview \
@@ -306,6 +330,8 @@ vnetscale-swift-up: rg-up vnetscale-swift-net-up ## Bring up a Vnet Scale SWIFT
306
330
--kubernetes-version $(K8S_VER ) \
307
331
--node-count $(NODE_COUNT ) \
308
332
--node-vm-size $(VM_SIZE ) \
333
+ --k8s-support-plan AKSLongTermSupport \
334
+ --tier premium \
309
335
--network-plugin azure \
310
336
--vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
311
337
--pod-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/podnet \
@@ -320,6 +346,8 @@ windows-cniv1-up: rg-up overlay-net-up ## Bring up a Windows CNIv1 cluster
320
346
--kubernetes-version $(K8S_VER ) \
321
347
--node-count $(NODE_COUNT ) \
322
348
--node-vm-size $(VM_SIZE ) \
349
+ --k8s-support-plan AKSLongTermSupport \
350
+ --tier premium \
323
351
--network-plugin azure \
324
352
--windows-admin-password $(WINDOWS_PASSWORD ) \
325
353
--windows-admin-username $(WINDOWS_USERNAME ) \
@@ -336,6 +364,8 @@ linux-cniv1-up: rg-up overlay-net-up ## Bring up a Linux CNIv1 cluster
336
364
--kubernetes-version $(K8S_VER ) \
337
365
--node-count $(NODE_COUNT ) \
338
366
--node-vm-size $(VM_SIZE ) \
367
+ --k8s-support-plan AKSLongTermSupport \
368
+ --tier premium \
339
369
--max-pods 250 \
340
370
--network-plugin azure \
341
371
--vnet-subnet-id /subscriptions/$(SUB ) /resourceGroups/$(GROUP ) /providers/Microsoft.Network/virtualNetworks/$(VNET ) /subnets/nodenet \
@@ -351,6 +381,8 @@ dualstack-overlay-up: rg-up overlay-net-up ## Brings up an dualstack Overlay clu
351
381
--kubernetes-version $(K8S_VER ) \
352
382
--node-count $(NODE_COUNT ) \
353
383
--node-vm-size $(VM_SIZE ) \
384
+ --k8s-support-plan AKSLongTermSupport \
385
+ --tier premium \
354
386
--network-plugin azure \
355
387
--network-plugin-mode overlay \
356
388
--subscription $(SUB ) \
@@ -367,6 +399,8 @@ dualstack-overlay-byocni-up: rg-up overlay-net-up ## Brings up an dualstack Over
367
399
--kubernetes-version $(K8S_VER ) \
368
400
--node-count $(NODE_COUNT ) \
369
401
--node-vm-size $(VM_SIZE ) \
402
+ --k8s-support-plan AKSLongTermSupport \
403
+ --tier premium \
370
404
--network-plugin none \
371
405
--network-plugin-mode overlay \
372
406
--subscription $(SUB ) \
@@ -383,6 +417,8 @@ cilium-dualstack-up: rg-up overlay-net-up ## Brings up a Cilium Dualstack Overla
383
417
--kubernetes-version $(K8S_VER ) \
384
418
--node-count $(NODE_COUNT ) \
385
419
--node-vm-size $(VM_SIZE ) \
420
+ --k8s-support-plan AKSLongTermSupport \
421
+ --tier premium \
386
422
--network-plugin azure \
387
423
--network-plugin-mode overlay \
388
424
--network-dataplane cilium \
@@ -400,6 +436,8 @@ dualstack-byocni-nokubeproxy-up: rg-up overlay-net-up ## Brings up a Dualstack o
400
436
--kubernetes-version $(K8S_VER ) \
401
437
--node-count $(NODE_COUNT ) \
402
438
--node-vm-size $(VM_SIZE ) \
439
+ --k8s-support-plan AKSLongTermSupport \
440
+ --tier premium \
403
441
--network-plugin none \
404
442
--network-plugin-mode overlay \
405
443
--subscription $(SUB ) \
0 commit comments