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

Critical alerts constantly firing for Kube Proxy, Scheduler and ControllerManager #900

Closed
staticvoid255 opened this issue Sep 15, 2022 · 2 comments · Fixed by #904
Closed
Assignees
Labels
bug Something isn't working

Comments

@staticvoid255
Copy link
Contributor

staticvoid255 commented Sep 15, 2022

We're getting a stream of alerts of critical severity:

  • KubeSchedulerDown
  • KubeProxyDown
  • KubeControllerManagerDown

This is a known issue with kube-prometheus-stack, where the ports and/or IP's for these services are either not accessible, or are not set in the scraping configuration

Please see here and here

Target disappeared from Prometheus target discovery.
[[FIRING:1] Notification for cluster "XXXXXX/azure/XXXXX"](https://apps.my-domain.com?receiver=critical-home)
Alert: Target disappeared from Prometheus target discovery. - critical
 Description: KubeProxy has disappeared from Prometheus target discovery.
 Graph: :chart_with_upwards_trend: Runbook: :spiral_note_pad:
 Details:
  • alertname: KubeProxyDown
  • cluster: XXXXXX/azure/XXXXX
  • prometheus: monitoring/po-prometheus
  • severity: critical
@staticvoid255 staticvoid255 added the bug Something isn't working label Sep 15, 2022
@Morriz
Copy link
Contributor

Morriz commented Sep 15, 2022

Regression prolly. We had these rules disabled before for isManaged k8s.

@j-zimnowoda j-zimnowoda self-assigned this Sep 19, 2022
@srodenhuis
Copy link
Contributor

You can add this to the raw_values of prometheus operator:

kubeProxy:
enabled: false
kubeScheduler:
enabled: false
kubeControllerManager:
enabled: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants