solo-io / go-utils

golang utilities
Apache License 2.0
111 stars 19 forks source link

`WaitPodsRunning` allows `Terminating` pods as running. #529

Closed jbohanon closed 3 months ago

jbohanon commented 3 months ago

WaitPodsRunning will return true if there are pods selected by the label selector that are in Terminating status. This can be misleading as the presumed usage of the tool is "all pods are running and available for use."