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

Handle robot_unavailable errors when creating load balancers or adding targets to a load balancer #1134

Open
janiskemper opened this issue Feb 1, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@janiskemper
Copy link
Contributor

/kind feature

Describe the solution you'd like
According to the Hetzner documentation there is a possibility for the error robot_unavailable for both the operations https://docs.hetzner.cloud/#load-balancers-create-a-load-balancer and https://docs.hetzner.cloud/#load-balancer-actions-add-target.

We should implement a handling of this error code and wait for some time before we try this operation again. In this way, we prevent the controller from calling the API again and again.

We should include a condition (respectively a reason for a condition) that tracks this temporary problem for users.

@janiskemper janiskemper added the good first issue Good for newcomers label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant