mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
rename key
This commit is contained in:
parent
1bcf0b0a22
commit
6ac0f4198a
@ -64,7 +64,7 @@ const (
|
||||
// The scheduler uses the annotation to find that the pod shouldn't preempt more pods
|
||||
// when it gets to the head of scheduling queue again.
|
||||
// See podEligibleToPreemptOthers() for more information.
|
||||
NominatedNodeAnnotationKey = "NominatedNodeName"
|
||||
NominatedNodeAnnotationKey = "scheduler.kubernetes.io/nominated-node-name"
|
||||
)
|
||||
|
||||
// Error returns detailed information of why the pod failed to fit on each node
|
||||
|
Loading…
Reference in New Issue
Block a user