Fix kubetest2 upgrade scripts

This commit is contained in:
Peter Rifel 2021-06-02 21:16:26 -05:00
parent 5386b4b92c
commit ecbbe005b3
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
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 \