Skip to content
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

BUG: failed to list resources: secrets "grafana.default" not found #39

Open
hprotzek opened this issue Jun 28, 2023 · 2 comments
Open

Comments

@hprotzek
Copy link

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
time="2023-06-28T11:22:42Z" level=error msg="Error listing items" backup=velero/cluster-backup-hp-test error="secrets \"grafana.default\" not found" group=o11y.prism.oam.dev/v1alpha1 logSource="pkg/backup/item_collector.go:332" namespace= resource=grafanadashboards

After removing vela-prims the problem is gone. Whats missing there and how can we fix it?

@hprotzek
Copy link
Author

@Somefive Any idea how we can get rid/fix this probem?

@SimonVHB
Copy link

SimonVHB commented Aug 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants