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

Skooner don't show any data after install #349

Open
ZrytyADHD opened this issue Aug 19, 2022 · 1 comment
Open

Skooner don't show any data after install #349

ZrytyADHD opened this issue Aug 19, 2022 · 1 comment

Comments

@ZrytyADHD
Copy link

Hi,
i try to use skooner dashboard for my Tanzu kubernetes cluster.
Following with install instruction I was able to login etc but i don't see anything.
Everything i screated deployment, sa. Checking logs don;t show anything suspicious.
After login page i loaded and on node section is still loading.

@ZrytyADHD
Copy link
Author

Ok,
I reslove it my self
deployment of skooner put it in kube-system namespace but sa in default namespace
kubectl create clusterrolebinding skooner-sa --clusterrole=cluster-admin --serviceaccount=default:skooner-sa

To get it work the line shoud be look like this:
kubectl create clusterrolebinding skooner-sa --clusterrole=cluster-admin --serviceaccount=kube-system:skooner-sa

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

1 participant