Re: [kubernetes-users] I cannot start service dashboard kubernetes. Pls help me!!

2018-04-04 Thread Kris Dockery
You won't be able to access it through the master IP because it's a ClusterIP Service rather than a NodePort Service. If you run `kubectl proxy` it will forward to 127.0.0.1:8001 and you should be able to reach it at

[kubernetes-users] I cannot start service dashboard kubernetes. Pls help me!!

2018-04-03 Thread Trinai Kaewkruewan
Dear All, I have a problem about install dashboard kubernetes. I cannot start this service for testing on our enverment. How to check about this issue? I've attached files for infomation kubernetes below.