diff --git a/cluster-autoscaler/processors/actionablecluster/actionable_cluster_processor.go b/cluster-autoscaler/processors/actionablecluster/actionable_cluster_processor.go index db430b6a2c..e0fef8e271 100644 --- a/cluster-autoscaler/processors/actionablecluster/actionable_cluster_processor.go +++ b/cluster-autoscaler/processors/actionablecluster/actionable_cluster_processor.go @@ -66,7 +66,7 @@ func (e *EmptyClusterProcessor) ShouldAbort(context *context.AutoscalingContext, // OnEmptyCluster runs actions if the cluster is empty func OnEmptyCluster(context *context.AutoscalingContext, status string, emitEvent bool) { - klog.Warningf(status) + klog.Warning(status) context.ProcessorCallbacks.ResetUnneededNodes() // updates metrics related to empty cluster's state. metrics.UpdateClusterSafeToAutoscale(false)