Question
How to get to work Dashboard and Helm in DO K8s cluster?
Hello.
I’ve created new k8s cluster with DigitalOcean. And there are few things I cannot figure out how to solve:
kubectl shows that Dashboard pod is deployed, its service is ready to serve. With kubeclt proxy I managed to try to load dashboard via browser:
Error: 'dial tcp 10.244.5.3:8443: i/o timeout' Trying to reach: 'https://10.244.5.3:8443/'
With helm init I tried to install helm to cluster. And after that I can see that tiller-deploy pod is running. But with helm version I’ve got errror:
Client: &version.Version{SemVer:"v2.11.0", GitCommit:"2e55dbe1fdb5fdb96b75ff144a339489417b146b", GitTreeState:"clean"} Error: forwarding ports: error upgrading connection: error dialing backend: dial tcp 10.131.80.172:10250: connect: no route to host
Same error with helm install stable/nginx-ingress
Looks like in both cases I cannot connect to cluster private network IPs. Any ideas how to solve it? Thanks in advance.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Same here.. Also there is quite same problem with logs:
Trying to get the pod logs:
I’ve got the exact same issue with dashboard & the the logs.