We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 451df43 + 9337c39 commit 697254cCopy full SHA for 697254c
cluster-autoscaler/core/static_autoscaler.go
@@ -149,6 +149,8 @@ func NewStaticAutoscaler(
149
drainabilityRules rules.Rules,
150
draProvider *draprovider.Provider) *StaticAutoscaler {
151
152
+ klog.V(4).Infof("Creating new static autoscaler with opts: %v", opts)
153
+
154
clusterStateConfig := clusterstate.ClusterStateRegistryConfig{
155
MaxTotalUnreadyPercentage: opts.MaxTotalUnreadyPercentage,
156
OkTotalUnreadyCount: opts.OkTotalUnreadyCount,
0 commit comments