Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout for kubectl top nodes #18

Open
gongysh2004 opened this issue Jun 25, 2017 · 1 comment
Open

timeout for kubectl top nodes #18

gongysh2004 opened this issue Jun 25, 2017 · 1 comment

Comments

@gongysh2004
Copy link

could you please help me to see why it is timeout to run top nodes?

thanks

ubuntu@kubernetes-1:~/kubeadm-workshop/demos/loadbalancing$ kubectl -n kube-system get svc
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
elasticsearch 10.105.139.213 9200/TCP 13h
heapster 10.102.145.188 80/TCP 1h
kibana 10.107.223.233 5601:31601/TCP 13h
kube-dns 10.96.0.10 53/UDP,53/TCP 21h
kubernetes-dashboard 10.99.5.191 80:30006/TCP 7h
monitoring-influxdb 10.109.34.172 8086/TCP 1h
weave-scope-app 10.98.112.99 80:30005/TCP 7h

ubuntu@kubernetes-1:~/kubeadm-workshop/demos/loadbalancing$ kubectl -n kube-system get po
NAME READY STATUS RESTARTS AGE
elasticsearch-3501859570-tftrz 1/1 Running 0 13h
etcd-kubernetes-1 1/1 Running 1 21h
fluentd-gpnkj 1/1 Running 83 13h
fluentd-j6r9h 1/1 Running 1 13h
heapster-57121549-gq72j 1/1 Running 0 1h
kibana-3301510243-5zgd3 1/1 Running 0 13h
kube-apiserver-kubernetes-1 1/1 Running 0 21h
kube-controller-manager-kubernetes-1 1/1 Running 0 21h
kube-dns-692378583-tnz59 3/3 Running 0 21h
kube-flannel-ds-680qc 2/2 Running 2 13h
kube-flannel-ds-flm3p 2/2 Running 0 13h
kube-flannel-ds-v5j8d 2/2 Running 0 21h
kube-proxy-6tsn9 1/1 Running 0 13h
kube-proxy-f3g0b 1/1 Running 0 21h
kube-proxy-h018q 1/1 Running 0 13h
kube-scheduler-kubernetes-1 1/1 Running 0 21h
kubernetes-dashboard-2039414953-129cd 1/1 Running 0 7h
monitoring-influxdb-3480804314-9z3zz 1/1 Running 0 1h
weave-scope-agent-1d6w2 1/1 Running 0 7h
weave-scope-agent-1jwd7 1/1 Running 0 7h
weave-scope-agent-kq7zd 1/1 Running 0 7h
weave-scope-app-879505699-h03l6 1/1 Running 0 7h

ubuntu@kubernetes-1:~/kubeadm-workshop/demos/monitoring$ kubectl top nodes --heapster-port=80
Error from server (ServerTimeout): the server cannot complete the requested operation at this time, try again later (get services http:heapster:80)

@luxas
Copy link
Owner

luxas commented Jun 25, 2017

Why do you use --heapster-port=80?
What does the heapster logs say?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants