-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to deploy v2 in Grafana 8 #1
Comments
in it's current state you have to build the v2 plugin on your own. i did try it a few weeks ago and kept partially to grafana's howtos - e.g. https://grafana.com/tutorials/build-a-panel-plugin/ but unfortunately i did not document it what I really had to do :( - but as I can see from my commandline history you have to install yarn and nodejs like
hope this helps for the moment |
Hi @BBQigniter , could you please suggest. I use "yarn dev" yarn run v1.22.17 /root/kubegraf-v2/src/components/NamespaceCard.tsx /root/kubegraf-v2/src/datasource/partials/KubegrafConfig.tsx /root/kubegraf-v2/src/page/ApplicationsOverview.tsx /root/kubegraf-v2/src/page/BasePage.tsx /root/kubegraf-v2/src/page/ClustersList.tsx /root/kubegraf-v2/src/page/Config.tsx |
Hi, @brosseeliande, sorry, cannot really help with this as I have no clue about the code :( and I didn't have time yet to try to build the latest source yet. Probably will have a look in the next few weeks again. |
Hello,
we upgraded Grafana to major version 8. We would lie to use kubegraf v2. After cloning the repo in Grafana plugins folder and restart, we are not able to configure any cluster.
Is it possible to deploy v2 as plugin in Grafana already or some tutorial how to do it? Is there a timeline to do the release?
Thank you
The text was updated successfully, but these errors were encountered: