-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
[Bug]: using most recent autoscaler 1.30.2 fails #1419
Comments
is there a k3s 1.30 autoscaler alternative which works with kube-hetzner? also why is upstream not compatible with kube-hetzner. Is this intended? |
Using
instead does not show this error, but also is not successful in creating new nodes on hetzner. It just does not appear. |
@Silvest89 You, are the autoscaler king man, any ideas on this? 🙏 |
@schlichtanders Have you tried messing around with the name? I see that it is |
When I reverted to k3s 1.29 and the hetzner autoscaler branch, it works without me changing the name. Hence I think this is not the issue. I am currently back to k3s, however because of the validating admission policy feature which got stable in 1.30, I really like to go to 1.30. Will report back if I tried it again on 1.30. Thanks for the hint |
Do you have a commit/tag of cluster-autoscaler that was still working for you? You can enable debug logs for the Hetzner Cloud API calls by raising the verbosity to
I think this happens because we changed the error reporting in kubernetes/autoscaler#6750. Previously it just ignored any errors while creating new nodes. Now it returns the error to cluster-autoscaler and it is being shown. This was released in 1.28.6, 1.29.4 and 1.30.2. |
Thanks for the info @apricote. FYI @schlichtanders @Silvest89. |
I would assumed that this is now fixed with the new Hetzner image used in v2.14.5. Closing for now. @schlichtanders Please let us know if you see any other errors. |
Thank you so much. I indeed had problems with the name length... I actually made a node in my kube.tf, which may also help others (unfortunately I lost the references, but still it seems to be correct as of now)
I will try to update to k3s 1.30 somewhen later this year, I hope within the next month. Will report then. |
@schlichtanders Thanks for the info, we can shorten the node name, that's definitely doable, it need not be so long with the random characters. |
Description
I've set
which gives the following error in the logs:
Kube.tf file
Screenshots
No response
Platform
Linux
The text was updated successfully, but these errors were encountered: