From abd90157d456d00ad1125e185075fb26a4d00584 Mon Sep 17 00:00:00 2001 From: Ben Napolitan Date: Thu, 11 Jun 2020 21:25:40 -0400 Subject: [PATCH] Correct cluster name and change region in CircleCI. --- scripts/run-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index ec50a30f7b..5bd197a694 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -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"