Skip to content

Commit 9818035

Browse files
committed
fixup! VPA: refactor in-place and eviction logic
Signed-off-by: Max Cao <[email protected]>
1 parent 5a3f674 commit 9818035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/pkg/updater/restriction/pods_inplace_restriction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (ip *PodsInPlaceRestrictionImpl) InPlaceUpdate(podToUpdate *apiv1.Pod, vpa
181181
if err != nil {
182182
return err
183183
}
184-
klog.V(4).InfoS("In-place patched pod /resize subresource using patches ", "pod", klog.KObj(res), "patches", string(patch))
184+
klog.V(4).InfoS("In-place patched pod /resize subresource using patches", "pod", klog.KObj(res), "patches", string(patch))
185185

186186
if len(annotationPatches) > 0 {
187187
patch, err := json.Marshal(annotationPatches)

0 commit comments

Comments
 (0)