grafana / kubernetes-app

A set of dashboards and panels for kubernetes.
https://grafana.com/plugins/grafana-kubernetes-app
Apache License 2.0
401 stars 149 forks source link

Failed to send requesterrorApi returned invalid status: 404 Not Found #60

Closed denisgolius closed 5 years ago

denisgolius commented 5 years ago
root@grafana:~# grafana-cli plugins install kubernetes-app
Failed to send requesterrorApi returned invalid status: 404 Not Found
Error: ✗ Failed to send request. error: Api returned invalid status: 404 Not Found

NAME:
   Grafana cli plugins install - install <plugin id> <plugin version (optional)>

USAGE:
   Grafana cli plugins install [arguments...]
dennisameling commented 5 years ago

Looks like your command has a typo:

grafana-cli plugins install kubernetes-app

should be

grafana-cli plugins install grafana-kubernetes-app

Hope this helps :)

denisgolius commented 5 years ago

Looks like your command has a typo:

grafana-cli plugins install kubernetes-app

should be

grafana-cli plugins install grafana-kubernetes-app

Hope this helps :)

Ok, so why there is another way to install on Grafana portal?
https://grafana.com/plugins/grafana-kubernetes-app screenshot 17

dennisameling commented 5 years ago

@denisgolius Looks like a small error in the docs to me. If you look at the "Installation" tab on this page: https://grafana.com/plugins/grafana-kubernetes-app/installation, it shows you the grafana-kubernetes-app instead of kubernetes-app.

I guess the package authors should correct the typo in the Grafana plugins directory then.