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
in dashboard im unable to find logs . please help me
log in pod: Im getting this error in "sloop" pod
E0906 06:02:11.651577 1 reflector.go:156] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:108: Failed to list *unstructured.Unstructured: volumesnapshotclasses.snapshot.storage.k8s.io is forbidden: User "system:serviceaccount:sloop:sloop" cannot list resource "volumesnapshotclasses" in API group "snapshot.storage.k8s.io" at the cluster scope
The text was updated successfully, but these errors were encountered:
I recommend using helm template . --namespace sloop> sloop-test.yaml instead helm install and update rights as you need it. I have add rights to watch multiple CRDs that I'm using. I hope that will help you. After that updates sloop works for me.
i followed these step..
kubectl create ns sloop
helm install sloop -n sloop ./sloop
kubectl get pods (pod was running)
kubectl port-forward -n sloop service/sloop 8080:80
then went to browser http://localhost:8080/ to view the dashboard.
in dashboard im unable to find logs . please help me
log in pod: Im getting this error in "sloop" pod
E0906 06:02:11.651577 1 reflector.go:156] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:108: Failed to list *unstructured.Unstructured: volumesnapshotclasses.snapshot.storage.k8s.io is forbidden: User "system:serviceaccount:sloop:sloop" cannot list resource "volumesnapshotclasses" in API group "snapshot.storage.k8s.io" at the cluster scope
The text was updated successfully, but these errors were encountered: