Skip to content

Commit

Permalink
Delete eks nodegroup create.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jun 10, 2020
1 parent 0ff7589 commit 353130b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ if [[ "$PROVISION" == true ]]; then
__cluster_created=1
fi

echo "TESTING trying to create nodegroup"
$TESTER_PATH eks create-nodegroup --cluster-name $CLUSTER_NAME --name single-node --instance-types m5.xlarge --scaling-config minSize=1,maxSize=1,desiredSize=1

echo "TESTING downloading eksctl"
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
Expand Down

0 comments on commit 353130b

Please sign in to comment.