Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Can't display individual nodes on Node dashboard if nodename contains a period #13

Open
Timbus opened this issue Mar 20, 2018 · 18 comments
Labels
bug Something isn't working

Comments

@Timbus
Copy link

Timbus commented Mar 20, 2018

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 match nodename.

@jtlisi jtlisi added the bug Something isn't working label Mar 21, 2018
@jtlisi
Copy link
Contributor

jtlisi commented Mar 21, 2018

@Timbus
Valid point, the slugify function should not remove periods from the nodename. That was a remnant from when this plugin was graphite based.

@aleerizw-zz
Copy link

@jtlisi I see that the commit has been merged are there plans to release a new version of the app?

@andredantasrocha
Copy link

It would be nice to have a new version released. We are facing the same issue

@97turbotalon
Copy link

We are also seeing the same issue. Is there any timeline for a new release?

@buytler
Copy link

buytler commented Apr 18, 2018

Same here

@watsutaz
Copy link

Having the same exact issue.

@petermein
Copy link

Should this issue fixed after this commit?
ddf616e

I'm still experiencing the issue, in version 1.0.1 we have ip adresses as node names

@rensreinders
Copy link

Yeah, what he said

@iMartyn
Copy link

iMartyn commented May 28, 2018

@jtlisi Can we get a 1.0.2 release please? There's a lot of people wanting fixes that are already merged.

@lukasbernat
Copy link

same. fix appreciated

@Patafix
Copy link

Patafix commented Jun 6, 2018

This repository is alive ?

@jhinklew
Copy link

jhinklew commented Jun 8, 2018

Any progress on pushing a release out?

@ghost
Copy link

ghost commented Jun 13, 2018

New release would be great

@caiohasouza
Copy link

+1

@edclement
Copy link

any update on this? it's been open a while. Thanks!

@discsthnew
Copy link

+1, and i also wait for new release for a while.
but finally, i found out how to solve this problem, and now it's worked !
i wrote a blog to record the step i take, hope it helps you.
here is my blog address https://blog.csdn.net/mailjoin/article/details/81389700#t7

@aleerizw-zz
Copy link

Seems like this project is dead, Kube-prometheus (https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus) is a better alternative.

@callmeradical
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests