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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: