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
Hello, I am running kured with Helm in the version 5.5.0 and kured v1.16.0 in my Kubernete Cluster with v1.31.1. I want to use prometheus and grafana to monitor kured, so I enabled the service monitor via the Helm values with the following configuration:
I have 3 nodes in my cluster, 1 control plane and 2 worker nodes. For some reason, prometheus only catches the metrics of the pods on the worker nodes and not of the pod on the control plane, see image below.
If I set hostNetwork: true in the Helm values, it works fine, see image below.
However, I don't want to set hostNetwork: true. Do you have an idea what might be the problem here?
The text was updated successfully, but these errors were encountered:
Hello, I am running kured with Helm in the version 5.5.0 and kured v1.16.0 in my Kubernete Cluster with v1.31.1. I want to use prometheus and grafana to monitor kured, so I enabled the service monitor via the Helm values with the following configuration:
I have 3 nodes in my cluster, 1 control plane and 2 worker nodes. For some reason, prometheus only catches the metrics of the pods on the worker nodes and not of the pod on the control plane, see image below.
If I set
hostNetwork: true
in the Helm values, it works fine, see image below.However, I don't want to set
hostNetwork: true
. Do you have an idea what might be the problem here?The text was updated successfully, but these errors were encountered: