Merge pull request #93706 from SimpCosm/fix/scheduler-plugin-comment

Fix an error in NodeUnschedulable plugin comment
This commit is contained in:
Kubernetes Prow Robot
2020-08-27 16:06:48 -07:00
committed by GitHub

View File

@@ -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 {
}