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 fa8092f commit 3f59d9fCopy full SHA for 3f59d9f
pkg/scheduler/framework/plugins/noderesources/fit.go
@@ -250,7 +250,7 @@ func getPreFilterState(cycleState *framework.CycleState) (*preFilterState, error
250
func (f *Fit) EventsToRegister(_ context.Context) ([]framework.ClusterEventWithHint, error) {
251
podActionType := framework.Delete
252
if f.enableInPlacePodVerticalScaling {
253
- // If InPlacePodVerticalScaling (KEP 1287) is enabled, then PodRequestUpdate event should be registered
+ // If InPlacePodVerticalScaling (KEP 1287) is enabled, then UpdatePodScaleDown event should be registered
254
// for this plugin since a Pod update may free up resources that make other Pods schedulable.
255
podActionType |= framework.UpdatePodScaleDown
256
}
0 commit comments