benc-uk/kubeview

Some elements are greyed out

Closed this issue · 11 comments

I have 2 projects with kubeview,
in one of them I see all green healthy pods, but in another I see some are greyed out and deployment icons are missing.
I cannot draw any reason so as to why this is occurring in one project and not other (both projects are identical just environment is different)

Version: v0.1.11 (Helm chart)
Screenshot 2021-10-27 at 9 31 32 AM

I think I am using too old version v0.1.11 via Helm chart.
is there a way to use the latest one?

I got it solved by using

helm install kubeview-release https://github.com/benc-uk/kubeview/raw/master/charts/kubeview-0.1.20.tgz

here latest version v0.1.20 was used

Icons are now back. But they are still grey, not turning into green.
Screenshot 2021-10-27 at 10 22 45 AM

I check metaData.selfLink is null in my case. Is this related to k8s version?
Screenshot 2021-10-27 at 10 31 32 AM

k8s version used in:
correctly displayed: v1.19.11
wrongly displayed: v1.20.9

As per kubernetes/enhancements#1164 selfLink has been removed and deprecated in v1.20+

Yes, having the same issue at our end. I am not sure if Developer is interested to fix this. It would be nice if it gets fixed. If you come across any solution olease share. Thank you.

I'll try to fix this soon, I have very little time for personal / side projects at the moment
But this is long over due a "refresh" and update

Thanks @benc-uk .
I tried forking repo and running. Is there any relevant docs on how to debug and run the project locally?

I'll try to fix this soon, I have very little time for personal / side projects at the moment But this is long over due a "refresh" and update

Thank @benc-uk , really appreciate it. I hope we get the update soon, I love this. It is very simple and lightweight.