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 65d6e37 commit f5c5905Copy full SHA for f5c5905
vertical-pod-autoscaler/pkg/recommender/input/cluster_feeder.go
@@ -333,7 +333,7 @@ func (feeder *clusterStateFeeder) GarbageCollectCheckpoints(ctx context.Context)
333
}
334
err := feeder.cleanupCheckpointsForNamespace(ctx, namespace, allVPAKeys)
335
if err != nil {
336
- klog.ErrorS(err, "error cleanining checkpoints")
+ klog.ErrorS(err, "error cleaning checkpoints")
337
338
339
0 commit comments