Skip to content

Commit

Permalink
tmp: see if needed in prow-e2e.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Oct 15, 2024
1 parent 1b551d8 commit 19fdf65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ export CLUSTER_NAME="e2e-${BUILD_ID:-${RANDOM}}.k8s.local"
export KOPS_BUCKET=${KOPS_BUCKET:-"k8s-kops-csi-shared-e2e"}
# Always use us-west-2 in CI, no matter where the local client is
export AWS_REGION=us-west-2
# Allow deploying newer K8s clusters before kops releases catch up
export KOPS_RUN_TOO_NEW_VERSION=true

make cluster/create &
PIDS[1]=$!
Expand Down

0 comments on commit 19fdf65

Please sign in to comment.