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

Status of some targets in Prometheus are DOWN while using kind #962

Open
engchina opened this issue Mar 26, 2023 · 1 comment
Open

Status of some targets in Prometheus are DOWN while using kind #962

engchina opened this issue Mar 26, 2023 · 1 comment

Comments

@engchina
Copy link

Some targets are down in prometheus while using kind. For some reason Prometheus fails to connect to those targets.

image-20230325121159786

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.

@david-cabelus-oracle
Copy link
Contributor

Thanks. We will update the docs with instructions to bind at cluster creation time.

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