We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae44c1 commit f81b77eCopy full SHA for f81b77e
.pipelines/cni/cilium/cilium-scale-test.yaml
@@ -454,7 +454,7 @@ stages:
454
set -ex
455
az aks get-credentials --resource-group ${RESOURCE_GROUP} --name ${CLUSTER}
456
echo "Scaling to 5 nodes"
457
- make -C ./hack/aks scale-nodes AZCLI=az GROUP=${RESOURCE_GROUP} CLUSTER=${CLUSTER} NODE_COUNT=$new_count
+ make -C ./hack/aks scale-nodes AZCLI=az GROUP=${RESOURCE_GROUP} CLUSTER=${CLUSTER} NODE_COUNT=5
458
kubectl get node
459
name: "ScaleDown"
460
displayName: "Scale down to 5 Nodes"
0 commit comments