Skip to content

Commit 3c19bd1

Browse files
committed
found issue removing unused config
1 parent e3fff15 commit 3c19bd1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ]

.pipelines/npm/npm-scale-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)