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.
1 parent b0e6011 commit a580fa1Copy full SHA for a580fa1
cmd/autoscaler/app/autoscaler.go
@@ -78,10 +78,6 @@ func Run(kubeconfigPath string,
78
return errors.Wrap(err, "Failed to create poller")
79
}
80
81
- if err = newScaler.Start(); err != nil {
82
- return errors.Wrap(err, "Failed to start scaler")
83
- }
84
-
85
if err := newPoller.Start(); err != nil {
86
return errors.Wrap(err, "Failed to start poller")
87
0 commit comments