vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Don't count non-running or up pods when checking isReady or isUp #164

Closed hrosenbe closed 4 years ago

hrosenbe commented 4 years ago

In some clusters a failed pod may not be immediately removed from the inventory. Currently Weathervane will not run if there are more pods of a type than expected, even if there are the correct number of running pods.

This pull requests changes the isReady/isUp checks to suceed if there are sufficient running pods,

Signed-off-by: Hal Rosenberg hrosenbe@vmware.com