Did you try deleting the pod? Can you try launching another pod from the same box and see if you can reach the API server at that IP? I forget if kube-dns has bash but something like this: http://kubernetes.io/docs/user-guide/getting-into-containers/
On Tue, Nov 8, 2016 at 11:25 PM Manoj Khotele <[email protected]> wrote: > Hello, > > I have a kubernetes v 1.3.4 cluster created on aws. It was running for > more than 90 days. > > And now suddenly it has started complaining. It could be that somebody > enforced restarting by deleting the pod. > > E1109 05:54:44.906919 1 reflector.go:216] pkg/dns/dns.go:154: Failed > to list *api.Endpoints: Get > https://10.0.0.1:443/api/v1/endpoints?resourceVersion=0: dial tcp > 10.0.0.1:443: i/o timeout > E1109 05:54:44.907207 1 reflector.go:216] pkg/dns/dns.go:155: Failed > to list *api.Service: Get > https://10.0.0.1:443/api/v1/services?resourceVersion=0: dial tcp > 10.0.0.1:443: i/o timeout > > Though, I can reach to kubernetes service successfully from outside the > k8s-cluster using basic authentication. > > What is going wrong? How can i recover from this problem? > > Best regards, > Manoj > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/kubernetes-users. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
