-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allow custom labels #7
Comments
I like the idea. I'll look into it :-). |
Apparently (kubernetes/kops#5767), right now kops (or kubernetes itself) does not allow custom node names. My current workflow with grafana dashboard now looks like this: I run Is there anything one could do to help make this a reality? |
This feature is still at the top of my todo list for this project, but unfortunately I haven't had enough time to work on it yet. Pull requests for this however are welcome. Other than that I am still eager to implement this on my own as well - my usecases would benefit by this feature as well :). |
Could you please briefly describe how one would go about implementing this? |
This would make it much more useful on AWS EKS as well. Node names do not include any useful information. |
Any updates? |
I was thinking about this custom labels definition. For example on DigitalOcean we have node pool name in nodes label as:
Now, this can be used as node pool in dashboard directly.
Is there any way todo this ?
Thx, great work!!
The text was updated successfully, but these errors were encountered: