Skip to content

Commit 697254c

Browse files
authored
Merge pull request #7166 from nojnhuh/add-log
add log when creating new static autoscaler
2 parents 451df43 + 9337c39 commit 697254c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cluster-autoscaler/core/static_autoscaler.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ func NewStaticAutoscaler(
149149
drainabilityRules rules.Rules,
150150
draProvider *draprovider.Provider) *StaticAutoscaler {
151151

152+
klog.V(4).Infof("Creating new static autoscaler with opts: %v", opts)
153+
152154
clusterStateConfig := clusterstate.ClusterStateRegistryConfig{
153155
MaxTotalUnreadyPercentage: opts.MaxTotalUnreadyPercentage,
154156
OkTotalUnreadyCount: opts.OkTotalUnreadyCount,

0 commit comments

Comments
 (0)