-
Notifications
You must be signed in to change notification settings - Fork 202
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
Deploying on the Kwok node, unable to collect the kube_pod_datus_stcheduled_time
metric
#1192
Comments
https://kwok.sigs.k8s.io/docs/user/metrics-configuration/ These are configurable, and you must configure the metrics as you see fit. /remove-kind bug |
OKay, I will try |
@wzshiming May I ask if this metric is simulated or real based on document? I would like to expose the real metric |
There are only simulated metrics. what exactly do you mean by real metrics? |
I want to track the time it takes for pods on the Kwok node to reach the scheduled state. Currently, I am using the |
you also need to use |
|
Ahh, it seems that kwok needs to be adapted to |
Excuse me, how long will it take to adapt? |
This requires kube-state-metrics to adapt to kwok and it to support collecting multiple nodes simulated by kwok. |
How to use it?
What happened?
The pod deployed on the Kwok node cannot collect the
kube_pod_datus_stcheduled_time
metric in kube state metrics.``What did you expect to happen?
should query result by
count(kube_pod_status_scheduled_time{namespace="default"})
in prometheusHow can we reproduce it (as minimally and precisely as possible)?
kube-prometheus-stack
count(kube_pod_status_scheduled_time{namespace="default"})
in prometheusAnything else we need to know?
No response
Kwok version
OS version
On Darwin:
$ uname -a
paste output here
On Windows:
C:> wmic os get Caption, Version, BuildNumber, OSArchitecture
paste output here
The text was updated successfully, but these errors were encountered: