-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Empty FirstTimestamp field in scheduler events #80219
Comments
/sig scheduling |
Based on perfdash plot the issue started on 07/12/2019 between 06:24 PDT and 07:24 PDT. |
IIUC v1beta1 is converted to corev1 kubernetes/pkg/apis/events/v1beta1/conversion.go Lines 26 to 40 in 0791f5b
However not all deprecated fields are not set in the recorded (e.g. DeprecatedFirstTimestamp):
|
This issue has been partially fixed on clusterloader side - kubernetes/perf-tests#649. We can now observer proper values o the perfdash plot. |
I closed #80222. |
What happened:
FirstTimestamp field in scheduler event is not set (has nil value).
What you expected to happen:
This field should always be set.
How to reproduce it (as minimally and precisely as possible):
Scheduler any pod on k8s cluster (head version)
Anything else we need to know?:
Environment:
kubectl version
): 1.16cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: