Merge pull request #11401 from rifelpet/kubetest2

Add another update cluster dryrun to upgrade tests
This commit is contained in:
Kubernetes Prow Robot 2021-05-07 05:55:03 -07:00 committed by GitHub
commit ec6f26b0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ ${KUBETEST2} \
kops set cluster "${CLUSTER_NAME}" cluster.spec.kubernetesVersion=v1.20.6 kops set cluster "${CLUSTER_NAME}" cluster.spec.kubernetesVersion=v1.20.6
kops update cluster kops update cluster
kops update cluster --admin --yes kops update cluster --admin --yes
kops update cluster
kops rolling-update cluster kops rolling-update cluster
kops rolling-update cluster --yes --validation-timeout 30m kops rolling-update cluster --yes --validation-timeout 30m

View File

@ -63,6 +63,7 @@ ${KUBETEST2} \
"${SECOND_KOPS}" update cluster "${SECOND_KOPS}" update cluster
"${SECOND_KOPS}" update cluster --admin --yes "${SECOND_KOPS}" update cluster --admin --yes
"${SECOND_KOPS}" update cluster
"${SECOND_KOPS}" rolling-update cluster "${SECOND_KOPS}" rolling-update cluster
"${SECOND_KOPS}" rolling-update cluster --yes --validation-timeout 30m "${SECOND_KOPS}" rolling-update cluster --yes --validation-timeout 30m