mirror of https://github.com/kubernetes/kops.git
Merge pull request #12015 from rifelpet/rotate-scenario
Keypair rotation scenario - create report directory
This commit is contained in:
commit
005710e27a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue