Skip to content

Commit

Permalink
Merge pull request #7166 from nojnhuh/add-log
Browse files Browse the repository at this point in the history
add log when creating new static autoscaler
  • Loading branch information
k8s-ci-robot authored Dec 27, 2024
2 parents 451df43 + 9337c39 commit 697254c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster-autoscaler/core/static_autoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 697254c

Please sign in to comment.