Merge pull request #14604 from johngmyers/fix-keypair-test

Fix the keypair-rotation scenario test
This commit is contained in:
Kubernetes Prow Robot 2022-11-19 12:46:29 -08:00 committed by GitHub
commit feffc79181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ source "${REPO_ROOT}"/tests/e2e/scenarios/lib/common.sh
kops-acquire-latest kops-acquire-latest
OVERRIDES="${OVERRIDES} --master-size=t4g.medium --node-size=t4g.medium" OVERRIDES="${OVERRIDES-} --master-size=t4g.medium --node-size=t4g.medium"
kops-up kops-up