Rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler'

pull/38849/head
Wei Huang 2023-01-09 12:29:33 -08:00
parent 8da3787c5b
commit fed60f3728
No known key found for this signature in database
GPG Key ID: 17AFE05D01EA77B2
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ that the Pod is about to be deleted due to a {{<glossary_tooltip term_id="disrup
The `reason` field of the condition additionally
indicates one of the following reasons for the Pod termination:
`PreemptionByKubeScheduler`
`PreemptionByScheduler`
: Pod is due to be {{<glossary_tooltip term_id="preemption" text="preempted">}} by a scheduler in order to accommodate a new Pod with a higher priority. For more information, see [Pod priority preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/).
`DeletionByTaintManager`