Skip to content

Commit 42e198e

Browse files
committed
fixup! fixup! VPA: fix logs and cleanup TODOs according to review
Signed-off-by: Max Cao <[email protected]>
1 parent ac6d787 commit 42e198e

File tree

1 file changed

+0
-1
lines changed
  • vertical-pod-autoscaler/pkg/updater/logic

1 file changed

+0
-1
lines changed

vertical-pod-autoscaler/pkg/updater/logic/updater.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ func (u *updater) RunOnce(ctx context.Context) {
260260
klog.V(4).InfoS("Falling back to eviction for pod", "pod", klog.KObj(pod))
261261
}
262262
} else {
263-
klog.InfoS("Not falling back to eviction, because we don't have a recommendation yet?", "pod", klog.KObj(pod))
264263
continue
265264
}
266265

0 commit comments

Comments
 (0)