diff --git a/cluster-autoscaler/core/static_autoscaler.go b/cluster-autoscaler/core/static_autoscaler.go index e81cfe54d3d..25fe35f5c74 100644 --- a/cluster-autoscaler/core/static_autoscaler.go +++ b/cluster-autoscaler/core/static_autoscaler.go @@ -149,6 +149,8 @@ func NewStaticAutoscaler( drainabilityRules rules.Rules, draProvider *draprovider.Provider) *StaticAutoscaler { + klog.V(4).Infof("Creating new static autoscaler with opts: %v", opts) + clusterStateConfig := clusterstate.ClusterStateRegistryConfig{ MaxTotalUnreadyPercentage: opts.MaxTotalUnreadyPercentage, OkTotalUnreadyCount: opts.OkTotalUnreadyCount,