Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore completed pods in cluster health check
This fixes an error when integration test become stuck with the message like: ``` waiting for coredns to report ready: some pods are not ready: [coredns-868c687b7-g2z64] ``` After some random sequence of node restarts one of the pods might become "stuck" in `Completed` state (as it is shown in `kubectl get pods`) blocking the check, as the pod will never become ready. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
- Loading branch information