Skip to content

Commit

Permalink
remove wait time as we don't depend on VAS (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuna-matatah authored May 30, 2024
1 parent e0fb412 commit b9ed3be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/tasks/setup/eks/awscli-mng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ spec:
image: alpine/k8s:1.23.7
script: |
ENDPOINT_FLAG=""
# Todo: remove this workaround for nodes less than 5k when our scaling system can scale up instantly
if [ $(params.desired-nodes) -lt 5001 ] && [ $(params.desired-nodes) -gt 500 ]
then
echo "sleeping for 15 mins to workaround VAS cool off time"
sleep 900
fi
NODE_ROLE_NAME=$(params.host-cluster-node-role-name)
NODE_ROLE_ARN=$(aws iam get-role --role-name $NODE_ROLE_NAME --query 'Role.[Arn]' --output text)
Expand Down

0 comments on commit b9ed3be

Please sign in to comment.