mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #93706 from SimpCosm/fix/scheduler-plugin-comment
Fix an error in NodeUnschedulable plugin comment
This commit is contained in:
commit
a5160414e0
@ -25,8 +25,8 @@ import (
|
||||
framework "k8s.io/kubernetes/pkg/scheduler/framework/v1alpha1"
|
||||
)
|
||||
|
||||
// NodeUnschedulable is a plugin that priorities nodes according to the node annotation
|
||||
// "scheduler.alpha.kubernetes.io/preferAvoidPods".
|
||||
// NodeUnschedulable plugin filters nodes that set node.Spec.Unschedulable=true unless
|
||||
// the pod tolerates {key=node.kubernetes.io/unschedulable, effect:NoSchedule} taint.
|
||||
type NodeUnschedulable struct {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user