Open hprotzek opened 1 year ago
@Somefive Any idea how we can get rid/fix this probem?
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?