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

fix(k8s): also retry API requests on 500 status #5736

Closed
wants to merge 1 commit into from

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Feb 15, 2024

What this PR does / why we need it:

Added 500 / internal server error to the list of status codes that result in a retry for Kubernetes API requests, since in practice this error code may indicate a transient problem (and the user would generally want an automatic retry in such cases).

Which issue(s) this PR fixes:

Should fix #5729.

Added 500 / internal server error to the list of status codes that
result in a retry for Kubernetes API requests, since in practice this
error code may indicate a transient problem (and the user would
generally want an automatic retry in such cases).
@thsig thsig requested a review from twelvemo February 15, 2024 13:05
@thsig thsig closed this Feb 15, 2024
@thsig thsig deleted the k8s-api-retry-on-internal-server-error branch February 15, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash Report: Error while performing Kubernetes API operation Pod exec: WebsocketError
1 participant