Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect 429 backoff responses #3002

Open
blampe opened this issue May 9, 2024 · 0 comments
Open

Respect 429 backoff responses #3002

blampe opened this issue May 9, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@blampe
Copy link
Contributor

blampe commented May 9, 2024

The API server can return a 429 instructing the client to retry, but client-go needs to be explicitly configured to respect that response. We should enable that configuration expose it in the provider's client settings.

https://github.com/kubernetes/client-go/blob/62f959700d559dd8a33c1f692cb34219cfef930f/rest/client.go#L33-L38

@blampe blampe added the kind/enhancement Improvements or new features label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant