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
Copy file name to clipboardExpand all lines: content/en/docs/reference/scheduling/config.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,8 +217,9 @@ If a Pod doesn't specify a scheduler name, kube-apiserver will set it to
217
217
to get those pods scheduled.
218
218
219
219
{{< note >}}
220
-
Events for leader election use the scheduler name of the first profile in the
221
-
list.
220
+
Pod's scheduling events have `.spec.schedulerName` as the `ReportingController`. Events for leader election use the scheduler name of the first profile in the list.
221
+
222
+
For more information, please refer to the `reportingController` section under [Event API Reference](https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/event-v1/).
0 commit comments