-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Prometheus is not Monitoring kube-proxy #1603
Comments
@mhomaid1 make sure the |
@mashail It's weird that the Target Labels for the |
I ran into this same issue on my bare metal kubeadm cluster. No clue what's causing it, but adding a containerPort definition to the
|
Solved the problem but the question is how to automate this? |
Thank you @HubbeKing. That helps me.. Here is my two cents without editing the ds config.. `- job_name: kube-proxy
|
Hello Everyone,
I'm using
kube-prometheus
, and I'm having an issue monitoringkube-proxy
(same as the shared URL). I did makekube-proxy
listen on0.0.0.0
and created applied the manifests below(generated after addingkubernetesControlPlane+: {kubeProxy: true}
using thejsonnet
template)Environment
Dropped
:I still can't find any
kube-proxy
active target in Prometheus(attached screenshot)I tried to hit the kube-proxy metrics endpoint from Prometheus pod
wget -qO - http://10.0.45.126:10249/metrics
, and it's working fine!The text was updated successfully, but these errors were encountered: