Skip to content

Commit f2d1a35

Browse files
authored
Merge pull request #38849 from Huang-Wei/1.27/PreemptionByScheduler
Rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler'
2 parents 8da3787 + fed60f3 commit f2d1a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/disruptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ that the Pod is about to be deleted due to a {{<glossary_tooltip term_id="disrup
247247
The `reason` field of the condition additionally
248248
indicates one of the following reasons for the Pod termination:
249249

250-
`PreemptionByKubeScheduler`
250+
`PreemptionByScheduler`
251251
: 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/).
252252

253253
`DeletionByTaintManager`

0 commit comments

Comments
 (0)