Skip to content

Commit 7811f25

Browse files
authored
Merge pull request #46196 from rchaganti/patch-1
Update note around spec.schedulerName being ReportingController
2 parents 687230f + ebe94e4 commit 7811f25

File tree

1 file changed

+5
-3
lines changed
  • content/en/docs/reference/scheduling

1 file changed

+5
-3
lines changed

content/en/docs/reference/scheduling/config.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,11 @@ If a Pod doesn't specify a scheduler name, kube-apiserver will set it to
217217
to get those pods scheduled.
218218

219219
{{< note >}}
220-
Pod's scheduling events have `.spec.schedulerName` as the ReportingController.
221-
Events for leader election use the scheduler name of the first profile in the
222-
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.
222+
223+
For more information, please refer to the `reportingController` section under
224+
[Event API Reference](/docs/reference/kubernetes-api/cluster-resources/event-v1/).
223225
{{< /note >}}
224226

225227
{{< note >}}

0 commit comments

Comments
 (0)