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

controlplane pods not scraped in rke2 #1140

Open
mjnagel opened this issue Dec 19, 2024 · 0 comments
Open

controlplane pods not scraped in rke2 #1140

mjnagel opened this issue Dec 19, 2024 · 0 comments
Labels
possible-bug Something may not be working

Comments

@mjnagel
Copy link
Contributor

mjnagel commented Dec 19, 2024

Environment

Device and OS: AWS ec2
App version: 0.33.1 (snapshot)
Kubernetes distro being used: RKE2
Other: Hardened with CIS profile

Steps to reproduce

Deploy uds-core on rke2 cluster.

Expected result

Prometheus is able to scrape all configured targets.

Actual Result

3 controlplane targets show as down, with errors of connection refused:

  • etcd
  • kube-controller-manager
  • kube-scheduler

This may be partially related to network policy restrictions in my environment similar to this issue.

Severity/Priority

Low/Medium - unsure of the effect of these targets being down.

Additional Context

There is a resolved issue and write up in this issue in Big Bang. The TLDR there is that these services are only listening on localhost, so connections from Prometheus get dropped. Unclear if this is RKE2 specific or more common across other distros.

@mjnagel mjnagel added the possible-bug Something may not be working label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something may not be working
Projects
None yet
Development

No branches or pull requests

1 participant