You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Since the k8s manifest has the targetPort: https the metrics are not scraped by the Prometheus as there isn't any port on that name specified in the service.
The text was updated successfully, but these errors were encountered:
@gkarthiks I've just run into this issue causing the service not to become operational: "* the Kubernetes API server reported that "hnc-system/hnc-controller-manager-metrics-service" failed to fully initialize or become live: 'hnc-controller-manager-metrics-service' timed out waiting to be Ready".
Maybe re-open a new one? I never saw the original issue since it was opened and closed while I was off for Christmas, and I don't really understand the problem. But I'd be grateful if you wanted to patch this into v1.0.1 and can explain what the change does (none of our default tests have Prometheus installed, which may be why we're not seeing this).
hi @JohannesLamberts , If my memory serves me well, I think I closed that after looking at the Kustomization overlays sometime back. But happy to reopen the PR.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The target port on the metrics service should be
8080
ormetrics
instead ofhttps
as shown below.Since the k8s manifest has the
targetPort: https
the metrics are not scraped by the Prometheus as there isn't any port on that name specified in the service.The text was updated successfully, but these errors were encountered: