Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster Config "Page not found 404" Error after Grafana v8.0.0 upgrade #61

Open
jon-eicher opened this issue Jun 10, 2021 · 8 comments
Open

Comments

@jon-eicher
Copy link

jon-eicher commented Jun 10, 2021

DevOpsProdigy KubeGraf Version : 1.5.2
Grafana Version : 8.0.0
OS : Ubuntu 20.04

The KubeGraf plugin was working perfectly until yesterday when its Ubuntu host was patched. Apparently a Grafana update was part of this bundle of patches. After the patching, the cluster config URL no longer works.

Went from grafana: amd64 7.5.6 -> 8.0.0

URL : https://grafana.mycompany.net/plugins/devopsprodigy-kubegraf-app/page/cluster-config

Screen Shot 2021-06-10 at 11 57 37 AM

This update also broke the Nodes Dashboard.

Screen Shot 2021-06-10 at 12 02 05 PM

@QwertyUser17
Copy link

I have the same problem

@SergeiSporyshev
Copy link
Collaborator

Hi!
Thanks for your issue.
Will investigating asap

@ghost
Copy link

ghost commented Jun 16, 2021

Issue is, that Grafana 8 starts to not trust unsigned plugins and the kubegraf plugin seems to have a modified signatures.
According to https://grafana.com/docs/grafana/latest/administration/configuration/#allow_loading_unsigned_plugins -> Plugins with modified signatures are never loaded.

@Zauxst
Copy link

Zauxst commented Jul 20, 2021

The plugin seems to now have a signed signature, but the issue is still present.
#65 is probably linked to this problem.

@jon-eicher
Copy link
Author

FYI - Here is a quick workaround if you would like to rollback your grafana to a pre 8 version.

Find out the versions of the package you have available:
apt-cache showpkg grafana

Now install the version you would like:
apt-get install grafana=7.5.10

To lock the package from being updated:
apt-mark hold grafana

@Zauxst
Copy link

Zauxst commented Aug 7, 2021

Roll back should not be an option. We know that this issue is since version 8th.

By the looks of it, this plugin is no longer supported for version 8. Maybe releasing and maintaining dashboards instead of a plugin is a better solution.

@bhozar
Copy link

bhozar commented Sep 15, 2021

Their page reads a bit like the plugin has now been abandoned and states "The original plugin’s code is available at the open GitHub repository." which is this repo.

https://devopsprodigy.com/products/kubegraf

@Zauxst
Copy link

Zauxst commented Oct 5, 2021

Their page reads a bit like the plugin has now been abandoned and states "The original plugin’s code is available at the open GitHub repository." which is this repo.

https://devopsprodigy.com/products/kubegraf

At least now we know...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants