Validate cluster 10 times to mimic kubetest1 and ensure nodes readiness is not flapping

This commit is contained in:
Peter Rifel 2021-02-15 23:02:15 -06:00
parent 68d2044b12
commit 6e8a329f7d
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 0 deletions

View File

@ -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, " "))