-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Warning from Hetzner about cluster-autoscaler #429
Comments
I also received it today. Not sure it's worth making a release to use the temp image since the problem only affects people who might try and use old instances that have been deprecated for a while already. If you are not using CX11 you don't need to worry about this. |
Okay thanks! |
Sorry to jump in here. I have very limited knowledge of hetzner-k3s, but to me it seems that the cx11 instance is hard coded to serve as the |
Uhm, seems like I had read it too quickly. I will make a release with their temp image for now then. |
Can you guys please do a quick test of the autoscaler with 2.0.7? |
Hello 👋 if your account is currently using cluster-autoscaler we will set a flag to your account so
This is only about the autoscaler doing active work. We will not shut down any servers. Just the cluster-autoscaler will throw an error anytime it tries to scale up your cluster. |
Thanks @apricote for the clarification! I made a release with your docker image anyway for now. Just in case someone doesn't upgrade to the new and fixed version once it's out. |
Closing since this has been addressed. |
Is it possible to update the autoscaler without updating k3s? I'd rather not risk my production system updating to something that may introduce issues, especially with how much changed in the 2.0 update. |
I have it on my list to make it possible to set the docker image since we can now configure the URLs of the manifest but not the image. I will do it when I have a bit more time but the Hetzner image seems to work perfectly for me. I tested it a lot between yesterday and today and haven't seen any issues. If you upgrade just make sure you use the very latest version of hetzner-k3s since i fixed an issue with detection of the private network interface in autoscaled nodes. |
I meant my concern is on updating hetzner-k3s. I'm on version 1.1.5, and version 2.0 has some involved steps necessary for updating. I am concerned about introducing issues with my production system. |
If you follow the instructions correctly you should be fine. You could also replicate your current cluster as test cluster and upgrade that one first |
There's a lot of steps, that I don't fully understand, that would be easy to screw something up. Even if I manage to do it right on the test cluster, a typo or something could mess up the production cluster when I do that next. I would rather avoid that risk of messing up my production system... |
Which steps do you find difficult? Most of it is about adapting the config file. There isn't much to it really |
Is hetzner-k3s v2.0.8 using the recently released official patched autoscaler or the temporarily patched version from Hetzner, which they will remove in ~2 weeks? |
At the moment it uses the patched version from Hetzner, |
Got a message today from Hetzner stating that we have less than two weeks left, before the patched images are no more. "Please switch back to the official image repositories. We will remove the alternative images on 19 November 2024. You will be unable to pull the images after that date." |
I have released 2.0.9 which includes a PR from a contributor with the fix. |
I received an email warning from Hetzner with the following message:
I am not using the CX11 node for my clusters. Is there anything I need to do for this? Am I at risk of having my production servers shutdown?
The text was updated successfully, but these errors were encountered: