Hi,

I setup a 3 node kubernetes cluster where all nodes are acting as master 
nodes and worker nodes (this is just a local test/development cluster) on 
CoreOS.
My kubernetes services are all up and running, kubectl is working fine and 
I can deploy anything.
I ran the kubernetes-dashboard using the yaml file provided on github, it 
is working fine until I reboot the cluster.
After a reboot all deployments/pods are recreated but the dashboard-pod 
will exit immediately using the following error message:

Using HTTP port: 9090
Creating API server client for https://10.3.0.1:443
Error while initializing connection to Kubernetes apiserver. This most 
likely means that the cluster is misconfigured (e.g., it has invalid 
apiserver certificates or service accounts configuration) or the 
--apiserver-host param points to a server that does not exist. Reason: the 
server has asked for the client to provide credentials (get .meta.k8s.io)
Refer to the troubleshooting guide for more information: 
https://github.com/kubernetes/dashboard/blob/master/docs/user-guide/troubleshooting.md

When I delete the dashboard components and recreate them it is running fine 
again.

Is this a bug in kubernetes, the dashboard or just a configuration issue?

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to