Open Coolfeather2 opened 7 years ago
changing the graphite write address to the service instead of dns name fixed the issue, but would still rather use dns for better deployment practice if it is possible
In order to be able to collect certain metrics, the agent runs with "hostNetwork: true". Due to using the hostNetwork , the pod running the agent will use the DNS servers defined in the hosts /etc/resolv.conf And this typically doesnt list the address of the k8s internal DNS servers.
This is a DUP of https://github.com/grafana/kubernetes-app/issues/38
However, looks like https://github.com/kubernetes/kubernetes/issues/17406 has been resolved so we can probably address this.
Though as it would restrict the app to support k8s 1.6 or newer, i am not sure we should right now.
Okay, thanks for addressing this
My container and node dashboards have no data also no cluster disk usage on cluster dashboard