Skip to content

Commit

Permalink
Correct cluster name and change region in CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jun 12, 2020
1 parent 46fe54f commit abd9015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ sudo mv -v /tmp/eksctl /usr/local/bin
aws sts get-caller-identity

eksctl get clusters
eksctl get ng
eksctl get ng --cluster $CLUSTER_NAME
eksctl create ng --cluster $CLUSTER_NAME -n single-node -t m5.xlarge -N 1 -m 1 -M 1 --node-labels nodetomatch=thisone

echo "TESTING tring to put 20 pods on new nodegroup"
Expand Down

0 comments on commit abd9015

Please sign in to comment.