mirror of https://github.com/kubernetes/kops.git
Validate cluster 10 times to mimic kubetest1 and ensure nodes readiness is not flapping
This commit is contained in:
parent
68d2044b12
commit
6e8a329f7d
|
@ -134,6 +134,7 @@ func (d *deployer) IsUp() (bool, error) {
|
|||
args := []string{
|
||||
d.KopsBinaryPath, "validate", "cluster",
|
||||
"--name", d.ClusterName,
|
||||
"--count", "10",
|
||||
"--wait", "15m",
|
||||
}
|
||||
klog.Info(strings.Join(args, " "))
|
||||
|
|
Loading…
Reference in New Issue