mirror of https://github.com/kubernetes/kops.git
Merge pull request #11401 from rifelpet/kubetest2
Add another update cluster dryrun to upgrade tests
This commit is contained in:
commit
ec6f26b0f8
|
|
@ -50,6 +50,7 @@ ${KUBETEST2} \
|
|||
kops set cluster "${CLUSTER_NAME}" cluster.spec.kubernetesVersion=v1.20.6
|
||||
kops update cluster
|
||||
kops update cluster --admin --yes
|
||||
kops update cluster
|
||||
|
||||
kops rolling-update cluster
|
||||
kops rolling-update cluster --yes --validation-timeout 30m
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ ${KUBETEST2} \
|
|||
|
||||
"${SECOND_KOPS}" update cluster
|
||||
"${SECOND_KOPS}" update cluster --admin --yes
|
||||
"${SECOND_KOPS}" update cluster
|
||||
|
||||
"${SECOND_KOPS}" rolling-update cluster
|
||||
"${SECOND_KOPS}" rolling-update cluster --yes --validation-timeout 30m
|
||||
|
|
|
|||
Loading…
Reference in New Issue