Skip to content

Commit

Permalink
Drop misleading comment in autoscaler main (knative#11073)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes authored Mar 30, 2021
1 parent 0711285 commit 5813b79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/autoscaler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func main() {
statsScraperFactoryFunc(podLister), logger)

// Set up scalers.
// uniScalerFactory depends endpointsInformer to be set.
multiScaler := scaling.NewMultiScaler(ctx.Done(),
uniScalerFactoryFunc(podLister, collector), logger)

Expand Down

0 comments on commit 5813b79

Please sign in to comment.