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

Im unable to get logs #232

Open
Deepakdevd opened this issue Sep 6, 2022 · 1 comment
Open

Im unable to get logs #232

Deepakdevd opened this issue Sep 6, 2022 · 1 comment

Comments

@Deepakdevd
Copy link

Deepakdevd commented Sep 6, 2022

sloop log

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

@abtris
Copy link

abtris commented Apr 5, 2023

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.

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