Skip to content

Commit f81b77e

Browse files
committed
set scale down to 5
1 parent 8ae44c1 commit f81b77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/cni/cilium/cilium-scale-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ stages:
454454
set -ex
455455
az aks get-credentials --resource-group ${RESOURCE_GROUP} --name ${CLUSTER}
456456
echo "Scaling to 5 nodes"
457-
make -C ./hack/aks scale-nodes AZCLI=az GROUP=${RESOURCE_GROUP} CLUSTER=${CLUSTER} NODE_COUNT=$new_count
457+
make -C ./hack/aks scale-nodes AZCLI=az GROUP=${RESOURCE_GROUP} CLUSTER=${CLUSTER} NODE_COUNT=5
458458
kubectl get node
459459
name: "ScaleDown"
460460
displayName: "Scale down to 5 Nodes"

0 commit comments

Comments
 (0)