-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(k8s): automatic retry for failed API requests
We now automatically retry failed Kubernetes API requests if the reason for the failure matches certain conditions. For example, timeouts or DNS-related errors will result in retries, but not 404/not found errors (and so forth), which will be thrown without retrying. We can easily add more error codes and/or conditions to this logic if we discover further error cases that should result in retries.
- Loading branch information
Showing
1 changed file
with
103 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters