Merge pull request #11670 from rifelpet/kubetest2

Fix kubetest2 upgrade scripts
This commit is contained in:
Kubernetes Prow Robot 2021-06-02 19:57:37 -07:00 committed by GitHub
commit 921dbbab50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ OVERRIDES="$OVERRIDES --override=cluster.spec.certManager.enabled=true"
${KUBETEST2} \
--up \
--kops-binary-path="${KOPS}" \
--kubernetes-version="1.21.0" \
--create-args="--networking calico $OVERRIDES"

View File

@ -40,7 +40,7 @@ kops validate cluster
${KUBETEST2} \
--cloud-provider="${CLOUD_PROVIDER}" \
--kops-binary-path="{KOPS}" \
--kops-binary-path="${KOPS}" \
--test=kops \
-- \
--test-package-version=v1.20.6 \