I am trying to get the metrics in Kubernetes dashboard. For that I'm running the influxdb
and heapster
pod in my kube-system
namespace. I checked the status of pods using the command kubectl get pods -n kube-system
. Here is the link which I was followed But heapster shows the logs as
E1023 13:41:07.915723 1 reflector.go:190] k8s.io/heapster/metrics/util/util.go:30: Failed to list *v1.Node: Get https://kubernetes.default/api/v1/nodes?resourceVersion=0: dial tcp: i/o timeout
Could anybody suggest where might be I will do the changes in my configurations?