-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Support taints/labels on autoscaled node pools #317
Comments
Would love to see this feature, is there anything where I could help out? ❤️ |
Sorry for the delay guys. I finally have a week off work this coming week so I am planning a new release that will include this too. |
This is now scheduled for 2.0.1. v2.0.0 is going to be released probably next weekend, and 2.0.1 should follow not long after that. |
Unable to bootstrap a node pool with autoscaling that includes taints and labels
hetzner-k3s --version
|
Hi @pashtet04, this change didn't make it into a release yet. I was planning it for 2.0.1 but had to make a couple of releases to fix some more important issues. I will see if I can do it this weekend but I can't promise. |
It looks like the autoscaler implementation for Hetzner cloud now supports taints/labels via
HCLOUD_CLUSTER_CONFIG
which replacesHCLOUD_CLOUD_INIT
andHCLOUD_IMAGE
!See https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/hetzner/README.md
Seems this was added here (kubernetes/autoscaler@e1408ed) and is available in 1.29.0
The text was updated successfully, but these errors were encountered: