Skip to content

Commit

Permalink
Retry kops change.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jul 1, 2020
1 parent 480f6bc commit 11a64b6
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 @@ -144,7 +144,7 @@ if [[ "$PROVISION" == true && "$RUN_KOPS_TEST" == false ]]; then
up-test-cluster
__cluster_created=1
else
aws s3api create-bucket --bucket kops-cni-test --region $AWS_DEFAULT_REGION --create-bucket-configuration LocationConstraint=$AWS_DEFAULT_REGION
aws s3api create-bucket --bucket kops-cni-test-temp --region $AWS_DEFAULT_REGION --create-bucket-configuration LocationConstraint=$AWS_DEFAULT_REGION
export NAME=kops-cni-test.k8s.local
export KOPS_STATE_STORE=s3://kops-cni-test
kops create cluster \
Expand Down

0 comments on commit 11a64b6

Please sign in to comment.