Kubernetes tests: Make waiting for pod robust to invalid response types.
If an invalid type is encountered over the watch channel, this logs a
warning about it and falls back to the poll-based method, which is also
made faster in such a case.
Also add per-minute rate-limited logging in case a pod is still running
after 1 minute of waiting for it.
Kubernetes tests: Make waiting for pod robust to invalid response types.
If an invalid type is encountered over the watch channel, this logs a warning about it and falls back to the poll-based method, which is also made faster in such a case.
Also add per-minute rate-limited logging in case a pod is still running after 1 minute of waiting for it.
(Diffbased)