Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 401 to the list of API codes that our k8s client retries on
Summary: 401 would typically not be a retryable error, but a user reported hitting it when they scaled up their cluster, and aws/containers-roadmap#1810 seems to suggest retrying as a workarounds. The downside of retrying on a 401 seems fairly low as well. Open to push-back on this though. Test Plan: Existing BK test coverage of the k8s client
- Loading branch information