Replies: 1 comment
-
See: #1477 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
we are trying to track down connections issues in our cluster that seems to be related to autoscaling (nodes added/removed) - usually this kind of problem are resolved by improving things like pod disruption budgets, probes and shutdown handling. We did all that (maybe not to perfection but it should be ok).
Symptoms when the issue occurs:
DNS seems to be okay but we recently noticed a lot of errors like this from hcloud-controller-manager:
route_controller.go:329] Could not create route ******* 10.42.158.0/24 for node k3s-******: hcloud/CreateRoute: route limit reached (forbidden)
According to hetzner docs there is a hard limit of 100 routes which we are hitting right now.
Thank you guys for this awesome project!
Edit: for reference hetznercloud/hcloud-cloud-controller-manager#734 - this seems to be an issue indeed but I am not sure yet if this is the only one.
Beta Was this translation helpful? Give feedback.
All reactions