-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
How to add labels to an autoscaled worker node? #526
Comments
Closing because I just found out that Autoscaling nodes unfortunately do not support labels |
It's on my list IIRC because labels and taints should now be supported. I am reopening so I can notify you here when it's done. I need to do this quite soon because we need it at work as well. |
@vitobotta Do you have an update on this issue? |
I haven't had a chance to look into this yet. Next week I should hopefully be able to dedicate some time to hetzner-k3s for work so I'll see if I can get it fixed. |
In my config I have...
...and no other nodes.
Since I need to configure a Helm chart to exclude DaemonSet Pods from the master nodes, I tried to add the
labels
above.However,
kubectl describe node xxx
does not show the desired label:Am I doing something wrong?
The text was updated successfully, but these errors were encountered: