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