-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Question: how are server labels supported? #100
Comments
This may be duplicate to #93 Have to check this ;-). |
Beside of your usecase it would be nice to be able to label nodes on at hetzner cloud via node templates |
I opened an issue on the docker-machine driver itself (JonasProgrammer/docker-machine-driver-hetzner#56 (comment)). Labels are not supported right now, so there is no way for this project to implement it, without the proposed change on the upstream project. We would need exactly the same feature for the same reasons you described above. Feel free to upvote my issue on the machine driver, in case you still need this to be implemented. I would create a PR on the node driver repository, once the upstream implemented the additional option. The change in here would be relatively simple. |
@ricktap Is this still on the table? I am currently setting up a new cluster and would love to use the labels set in Kubernetes for the nodes to be set in Hetzner as well. |
@mxschmitt Would you mind merging the PRs and publishing a new Version? Or should we fork and move? |
@NotANormalNerd I will, is tomorrow enough? Then I can also test it on my own and ensure that it works for the other users. Thanks for your PR! 💯 |
Tomorrow would be fast as lightning, also it's sunday, so no hurry. Thanks for your work. There is another PR I just opened, but we have to wait for JonasProgrammer there. |
Any news on support for serverLabels?
Thanks! |
Labels should work since #109. Will close this issue since it seems integrated. |
Assuming
If new nodes created, the load balancer need to know them. As fare as i understand, therefore we have labels at hetzner cloud.
But how can i set a label inside kubernetes / rancher node template to give this label to new provisionied machines at startup?
Maybe i don´t see the white elephant? ;-) Thanks!
The text was updated successfully, but these errors were encountered: