-
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
[regression] /metrics port down when not existing CRD are listed in config file #2354
Comments
Could you provide steps to reproduce this issue? |
closing because I don't have time to investigate this |
Okay, we can keep it open and wait others to provide steps to reproduce. Feel it might be an issue. /reopen |
@CatherineF-dev: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/assign @rexagod |
/remove-lifecycle rotten |
What happened:
we use https://github.com/fluxcd/flux2-monitoring-example/blob/bcae1ef44963da89caabe962a93280c0dfad3381/monitoring/controllers/kube-prometheus-stack/kube-state-metrics-config.yaml as part of our config for FluxCD, but we didn´t deploy resources
imagepolicies
andimageupdateautomations
fromapiGroup
image.toolkit.fluxcd.io
(they are optional and we don't use them).Before 2.11.0 release it would not cause any problem, except recurring warning messages.
since version 2.11.0, as long as theses resources are listed, the '/metrics' is down from prometheus POV
removing them, brought back the endpoint up in prometheus.
What you expected to happen:
/metrics
to be up and runningHow to reproduce it (as minimally and precisely as possible):
declaring not deployed resources should trigger the issue.
Anything else we need to know?:
Environment:
kubectl version
): 1.29.1The text was updated successfully, but these errors were encountered: