mirror of https://github.com/kubernetes/kops.git
Merge pull request #10632 from hakman/kubetest2-validation-timeout
kubetest2 - increase validation timeout for the upgrade scenario
This commit is contained in:
commit
7c93c3e7b1
|
|
@ -77,6 +77,6 @@ kops update cluster
|
||||||
kops update cluster --admin --yes
|
kops update cluster --admin --yes
|
||||||
|
|
||||||
kops rolling-update cluster
|
kops rolling-update cluster
|
||||||
kops rolling-update cluster --yes
|
kops rolling-update cluster --yes --validation-timeout 30m
|
||||||
|
|
||||||
kops validate cluster
|
kops validate cluster
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue