astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.14k stars 142 forks source link

Unable to locate cAdvisor pod on node #116

Closed justinrush closed 3 years ago

justinrush commented 3 years ago

I can't see any resource metrics when running kubebox against a VMware Tanzu cluster. I see this error:

Unable to locate cAdvisor pod on node my-node-guid

My environment:

in case it matters, I use kubectl-krew w/ kubectl-ns plugin.

astefanutti commented 3 years ago

Did you follow the installation instructions documented in https://github.com/astefanutti/kubebox#cadvisor?

Also the FAQ section may help: https://github.com/astefanutti/kubebox#faq.

justinrush commented 3 years ago

following the instructions??? wow, amazing, that made it work :)

Thanks for pointing that out, sorry for not reading all the way through.