kubernetic
kubernetic copied to clipboard
Unable to use new cluster.
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?
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.