File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ stages:
188188 --vm-set-type VirtualMachineScaleSets \
189189 --node-vm-size Standard_D4s_v3 \
190190 --node-count 1 \
191- --load-balancer-sku standard \
192191 --load-balancer-outbound-ips $PUBLIC_IP_ID
193192
194193 if [ $? != 0 ]
@@ -237,7 +236,6 @@ stages:
237236 --resource-group $(RESOURCE_GROUP) \
238237 --name $(AZURE_CLUSTER) \
239238 --network-plugin azure \
240- --load-balancer-sku standard \
241239 --load-balancer-outbound-ips $PUBLIC_IP_ID
242240
243241 if [ $? != 0 ]
Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ jobs:
166166 --node-count 1 \
167167 --tier standard \
168168 --max-pods 100 \
169- --load-balancer-sku standard \
170169 --load-balancer-outbound-ips $PUBLIC_IP_ID
171170
172171 echo "Getting credentials to $CLUSTER_NAME"
You can’t perform that action at this time.
0 commit comments