Skip to content

Commit 3f59d9f

Browse files
committed
fix typo
1 parent fa8092f commit 3f59d9f

File tree

1 file changed

+1
-1
lines changed
  • pkg/scheduler/framework/plugins/noderesources

1 file changed

+1
-1
lines changed

pkg/scheduler/framework/plugins/noderesources/fit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func getPreFilterState(cycleState *framework.CycleState) (*preFilterState, error
250250
func (f *Fit) EventsToRegister(_ context.Context) ([]framework.ClusterEventWithHint, error) {
251251
podActionType := framework.Delete
252252
if f.enableInPlacePodVerticalScaling {
253-
// If InPlacePodVerticalScaling (KEP 1287) is enabled, then PodRequestUpdate event should be registered
253+
// If InPlacePodVerticalScaling (KEP 1287) is enabled, then UpdatePodScaleDown event should be registered
254254
// for this plugin since a Pod update may free up resources that make other Pods schedulable.
255255
podActionType |= framework.UpdatePodScaleDown
256256
}

0 commit comments

Comments
 (0)