diff --git a/cluster-autoscaler/core/static_autoscaler.go b/cluster-autoscaler/core/static_autoscaler.go index 027ec59630b3..05518f130305 100644 --- a/cluster-autoscaler/core/static_autoscaler.go +++ b/cluster-autoscaler/core/static_autoscaler.go @@ -149,6 +149,8 @@ func NewStaticAutoscaler( deleteOptions options.NodeDeleteOptions, drainabilityRules rules.Rules) *StaticAutoscaler { + klog.V(4).Infof("Creating new static autoscaler with opts: %v", opts) + clusterStateConfig := clusterstate.ClusterStateRegistryConfig{ MaxTotalUnreadyPercentage: opts.MaxTotalUnreadyPercentage, OkTotalUnreadyCount: opts.OkTotalUnreadyCount,