Skip to content

Commit 88a316f

Browse files
committed
revert: dont touch swiftv2
1 parent 99b81dd commit 88a316f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/aks/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ swiftv2-multitenancy-cluster-up: rg-up ipv4
250250
--node-count 2 \
251251
--load-balancer-outbound-ips $(PUBLIC_IPv4) \
252252
--nodepool-tags fastpathenabled=true \
253+
--no-ssh-key \
254+
$(LTS_ARGS) \
253255
--yes
254256
@$(MAKE) set-kubeconf
255257

@@ -259,6 +261,7 @@ swiftv2-dummy-cluster-up: rg-up ipv4 swift-net-up ## Bring up a SWIFT AzCNI clus
259261
--vnet-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/nodenet \
260262
--pod-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/podnet \
261263
--load-balancer-outbound-ips $(PUBLIC_IPv4) \
264+
--no-ssh-key \
262265
--yes
263266
@$(MAKE) set-kubeconf
264267

0 commit comments

Comments
 (0)