Skip to content

Commit

Permalink
Switch to use KUBECTL_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jun 12, 2020
1 parent 1b43268 commit 1f1f0fb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,14 @@ aws sts get-caller-identity

eksctl get clusters

echo "TESTING tring to put 20 pods on new nodegroup"
kubectl apply -f deploy-20-pods.yaml
echo "TESTING trying to put 20 pods on new nodegroup"
$KUBECTL_PATH get pods
$KUBECTL_PATH get deploy


$KUBECTL_PATH apply -f deploy-20-pods.yaml
sleep 60
kubectl get pods
$KUBECTL_PATH get pods

echo "Using $BASE_CONFIG_PATH as a template"
cp "$BASE_CONFIG_PATH" "$TEST_CONFIG_PATH"
Expand Down

0 comments on commit 1f1f0fb

Please sign in to comment.