Merge pull request #12015 from rifelpet/rotate-scenario

Keypair rotation scenario - create report directory
This commit is contained in:
Kubernetes Prow Robot 2021-07-18 08:20:51 -07:00 committed by GitHub
commit 005710e27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ kops-acquire-latest
kops-up
REPORT_DIR="${ARTIFACTS:-$(pwd)/_artifacts}/keypair-rotation/"
REPORT_DIR="${ARTIFACTS:-$(pwd)/_artifacts}/keypair-rotation"
mkdir -p "${REPORT_DIR}"
${KOPS} create keypair all
${KOPS} update cluster --yes