We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4f5db commit 3a4c35cCopy full SHA for 3a4c35c
pkg/scheduler/framework/plugins/nodevolumelimits/csi.go
@@ -76,6 +76,8 @@ func (pl *CSILimits) Name() string {
76
// failed by this plugin schedulable.
77
func (pl *CSILimits) EventsToRegister() []framework.ClusterEventWithHint {
78
return []framework.ClusterEventWithHint{
79
+ // We don't register any `QueueingHintFn` intentionally
80
+ // because any new CSINode could make pods that were rejected by CSI volumes schedulable.
81
{Event: framework.ClusterEvent{Resource: framework.CSINode, ActionType: framework.Add}},
82
{Event: framework.ClusterEvent{Resource: framework.Pod, ActionType: framework.Delete}},
83
}
0 commit comments