Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set timeout for k8s HTTP client (#186)
* Set timeout for k8s HTTP client We had a request to an ingesters take 20m and block the reconiliation loop. We want to avoid that, so adding a timeout. We use this client for both k8s and StatefulSet requests. __I assume the operations that the StatefulSet requests will always be fast and will never have to actually do a lot of work (like uploading blocks). Can the reviewers confirm this assumption?__ * Add CHANGELOG.md entry PR number
- Loading branch information