mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +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"
|
framework "k8s.io/kubernetes/pkg/scheduler/framework/v1alpha1"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NodeUnschedulable is a plugin that priorities nodes according to the node annotation
|
// NodeUnschedulable plugin filters nodes that set node.Spec.Unschedulable=true unless
|
||||||
// "scheduler.alpha.kubernetes.io/preferAvoidPods".
|
// the pod tolerates {key=node.kubernetes.io/unschedulable, effect:NoSchedule} taint.
|
||||||
type NodeUnschedulable struct {
|
type NodeUnschedulable struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user