Skip to content

Commit

Permalink
Change kubectl command.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jul 1, 2020
1 parent f504d5e commit cfec829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export KUBECONFIG=$KUBECONFIG_PATH
if [[ $RUN_KOPS_TEST != true ]]; then
ADDONS_CNI_IMAGE=$($KUBECTL_PATH describe daemonset aws-node -n kube-system | grep Image | cut -d ":" -f 2-3 | tr -d '[:space:]')
else
$KUBECTL_PATH apply -f "$TEST_CONFIG_PATH"
kubectl apply -f "$TEST_CONFIG_PATH"
sleep 110

go install github.com/onsi/ginkgo/ginkgo
Expand Down Expand Up @@ -233,7 +233,7 @@ echo "**************************************************************************
echo "Updating CNI to image $IMAGE_NAME:$TEST_IMAGE_VERSION"
echo "Using init container $INIT_IMAGE_NAME:$TEST_IMAGE_VERSION"
START=$SECONDS
$KUBECTL_PATH apply -f "$TEST_CONFIG_PATH"
kubectl apply -f "$TEST_CONFIG_PATH"

# Delay based on 3 nodes, 30s grace period per CNI pod
echo "TODO: Poll and wait for updates to complete instead!"
Expand Down

0 comments on commit cfec829

Please sign in to comment.