Skip to content

Commit

Permalink
Merge pull request #93706 from SimpCosm/fix/scheduler-plugin-comment
Browse files Browse the repository at this point in the history
Fix an error in NodeUnschedulable plugin comment
  • Loading branch information
k8s-ci-robot committed Aug 27, 2020
2 parents 1bb55ae + 868dd41 commit a516041
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
}

Expand Down

0 comments on commit a516041

Please sign in to comment.