-
Notifications
You must be signed in to change notification settings - Fork 149
Can't display individual nodes on Node dashboard if nodename contains a period #13
Comments
@Timbus |
@jtlisi I see that the commit has been merged are there plans to release a new version of the app? |
It would be nice to have a new version released. We are facing the same issue |
We are also seeing the same issue. Is there any timeline for a new release? |
Same here |
Having the same exact issue. |
Should this issue fixed after this commit? I'm still experiencing the issue, in version 1.0.1 we have ip adresses as node names |
Yeah, what he said |
@jtlisi Can we get a 1.0.2 release please? There's a lot of people wanting fixes that are already merged. |
same. fix appreciated |
This repository is alive ? |
Any progress on pushing a release out? |
New release would be great |
+1 |
any update on this? it's been open a while. Thanks! |
+1, and i also wait for new release for a while. |
Seems like this project is dead, Kube-prometheus (https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus) is a better alternative. |
FYI - If you don't want to wait for a new release of this you can just clone this repo to the plugins directory as a temporary workaround. |
When selecting a node using the 'Kubernetes Node Info' panel, it appears that you use slugify to replace periods with underscores when a single node is selected.. And this propogates its way back to the
$node
variable in some way.Unfortunately this breaks all of the default panels for us, because they're relying on
$node
to matchnodename
.The text was updated successfully, but these errors were encountered: