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
{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find the requested resource","reason":"NotFound","details":{},"code":404}
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