You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some targets are down in prometheus while using kind. For some reason Prometheus fails to connect to those targets.
After investigation, the reason is that kube-controller-manager, kube-scheduler and etcd are listening on localhost.
And follow the document troubleshooting-prometheus, we know metricsBindAddress of kube-proxy should bind to 0.0.0.0, it's better to do it at create kind cluster step.
The text was updated successfully, but these errors were encountered:
Some targets are down in prometheus while using kind. For some reason Prometheus fails to connect to those targets.
After investigation, the reason is that kube-controller-manager, kube-scheduler and etcd are listening on localhost.
And follow the document troubleshooting-prometheus, we know metricsBindAddress of kube-proxy should bind to
0.0.0.0
, it's better to do it at create kind cluster step.The text was updated successfully, but these errors were encountered: