Skip to content

Commit

Permalink
Rename eviction-rate-limit-burst to eviction-rate-burst
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Breton committed Oct 25, 2019
1 parent b60628f commit d7b7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/pkg/updater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
`Number of pods that can be evicted per seconds. A rate limit set to 0 or -1 will disable
the rate limiter.`)

evictionRateBurst = flag.Int("eviction-rate-limit-burst", 1, `Burst of pods that can be evicted.`)
evictionRateBurst = flag.Int("eviction-rate-burst", 1, `Burst of pods that can be evicted.`)

address = flag.String("address", ":8943", "The address to expose Prometheus metrics.")
)
Expand Down

0 comments on commit d7b7727

Please sign in to comment.