You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

By running the following command, you should get the addresses of the control plane and services with label kubernetes.io/cluster-service=true

cluster-info
$ kubectl cluster-info
Kubernetes control plane is running at https://<master_IP>:8383
kubernetes-dashboard is running at https://<master_IP>:8383/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy

To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.

If, trying to reach the link related to the kubernetes-dashboard, you get the following output


You will need to create a clusterrole to grant permission to kubernetes-dashboard and bind it to system:anonymous user as followed

  • No labels