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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,8 @@ 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
-
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.
220
+
Pod's scheduling events have `.spec.schedulerName` as their `reportingController`.
221
+
Events for leader election use the scheduler name of the first profile in the list.
221
222
222
223
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