Skip to content

Constant error leads to reaching rate-limit #1756

@guettli

Description

@guettli

/kind bug

failed to create HCloud server my-wl-cluster-control-plane-5n58s: server location disabled (resource_unavailable, 8df3d4a02ed0770d42deaaa585873d74)

This makes the controller call Reconcile again and again. Which leads to reaching the rate-limit.

Related code line in createServer() in server.go

	server, err := s.scope.HCloudClient.CreateServer(ctx, opts)

This limit was reached:

exceeded hcloud rate limit with calling function "ListLoadBalancers"

In this case it was the first machine in the cluster. I guess this does not happen for other machines.

Related: Use custom Exponential backoff - to avoid rate-limit · Issue #1757 · syself/cluster-api-provider-hetzner

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions