You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
I've been trying out Hetzner K3s for my pet project and it is really great.
Anyway, there is an issue with labels assignment when a node pool also contains an autoscaling configs.
And when I run the create command, it gave me this error:
[Node labels]
Adding labels to general-worker pool workers...
[Node labels] node/redge-develop-pool-general-worker-worker1 not labeled
[Node labels] ...node labels applied
[Node labels]
Adding labels to database-worker pool workers...
error: resource(s) were provided, but no name was specified
[Node labels] : error: resource(s) were provided, but no name was specified
The text was updated successfully, but these errors were encountered:
Hi! It is a known problem, and I plan to address it in the next release. Label support was added to the cluster autoscaler for Hetzner only recently, and I haven't had a chance to make it work in hetzner-k3s yet. If you need labels and taints can you temporarily use a static node pool? I will try to make a new release next week and then you could migrate from the static pool to an autoscaled one.
Hi! It is a known problem, and I plan to address it in the next release. Label support was added to the cluster autoscaler for Hetzner only recently, and I haven't had a chance to make it work in hetzner-k3s yet. If you need labels and taints can you temporarily use a static node pool? I will try to make a new release next week and then you could migrate from the static pool to an autoscaled one.
Hi team,
I've been trying out Hetzner K3s for my pet project and it is really great.
Anyway, there is an issue with labels assignment when a node pool also contains an autoscaling configs.
My configs is as follow:
And when I run the
create
command, it gave me this error:The text was updated successfully, but these errors were encountered: