Skip to content

Commit

Permalink
add log when creating new static autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Aug 14, 2024
1 parent 3b8fdfe commit 9337c39
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(
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,
Expand Down

0 comments on commit 9337c39

Please sign in to comment.