Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround kubernetes python client deadlock issue
The kubernetes python client has a bug [1] which results in frequent deadlocks while being cleaned up, which causes armada to hang at the end of execution. This patchset works around that issue by mocking out the associated thread pools, since they are only needed for async kubernetes api calls, which armada does not use. [1]: kubernetes-client/python#411 Change-Id: I71fbfbe355347ae2ddd02ffd26d881368320246b
- Loading branch information