You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find the requested resource","reason":"NotFound","details":{},"code":404}
Same here, this hardcoded value seems to impact dashboards as well by the fact that variables use the kubernetes-api datasource too. (Cannot get deployments status)
i have made some simple edits, basically search/replace, and i can get past my issue as shown in the screenshot above^, see the branch here: master...cbluth:master
but, although this allows me passed the initial issue, the kubernetes app still has some major issues with querying data, and i dont know javascript well enough to troubleshoot.
I am having the same issue @GuillaumeOuint@cbluth . I am willing to contribute to fix this issue are there any guide lines ? When will the next release be?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this is for grafana version: v6.6.1 (21bf8b71bc)
configuring a new kubernetes-api datasource always results in failures (404 errors)
the failing URL is this:
http://grafana.mydomain:3000/api/datasources/proxy/4/apis/apps/v1beta1/namespaces/kube-system/deployments
but, this URL works:
http://grafana.mydomain:3000/api/datasources/proxy/4/apis/apps/v1/namespaces/kube-system/deployments
Here is a screenshot: https://i.imgur.com/tzcywzK.png
The text was updated successfully, but these errors were encountered: