Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k8s: handle resource version exception in stream
Problem: as Blake Devcich noted in PR #247, the k8s watch stream can raise an exception while iterating through it, rather than when initializing the stream. Perhaps it is due to version differences in the k8s python library. Add exception handling for the iteration.
- Loading branch information