-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
/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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels