kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Unable to use new cluster.

Open ChrisRG711 opened this issue 7 years ago • 1 comments

I created a new cluster and I am able to use Kubectl as well as the dashboard on it. However with Kubernetic I am able to see that the cluster exists but unable to see any details. I always get Errors with instructions to run kubectl auth can-i watch -n default nodes

Which runs fine. Is there an additional step in config that may need to occur?

ChrisRG711 avatar Aug 06 '18 21:08 ChrisRG711

Can you describe your cluster setup? Is it minikube, docker-desktop, GKE? What version of Kubernetic did you try with?

Have you tried a setup as described here instead to check if it works with a cluster as described there (just to make sure it works with that cluster)

This message implies that that RBAC is activated but your user has no privileges to watch Nodes (the message is shown on Nodes screen). Try changing screen to see if the same message applies to other resources also. This seems to be a bug though if you have those privileges on CLI.

dkapanidis avatar Aug 09 '18 11:08 dkapanidis