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
As soon as we install the vela-prism addon, either per vela addon or helm chart, we can't create cluster backups with velero or gke backup anymore as it seems something is missing:
failed to list resources: secrets "grafana.default" not found
The error happens when listing the grafana dashboard resources:
$ kubectl get grafanadashboards.o11y.prism.oam.dev
Error from server (NotFound): Unable to list "o11y.prism.oam.dev/v1alpha1, Resource=grafanadashboards": secrets "grafana.default" not found
We have not created any grafana related prism objects, but we expect it to say that there are no resources, instead of throwing an error.
As soon as we install the vela-prism addon, either per vela addon or helm chart, we can't create cluster backups with velero or gke backup anymore as it seems something is missing:
After removing vela-prims the problem is gone. Whats missing there and how can we fix it?
The text was updated successfully, but these errors were encountered: