Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an eviction rate limiter on the updater #1

Closed
wants to merge 23 commits into from

Conversation

guillaumebreton
Copy link

This patch adds a eviction-rate-limit flag to the vertical pod
autoscaler component to control the number of evicted pod per seconds.

Fixes kubernetes#2178

k8s-ci-robot and others added 18 commits March 26, 2019 03:17
Update base debian images used by VPA to 1.0.0
[Cherry pick] Fix garbage collection for empty aggregate container states.
[cherry-pick] Keep track of VPAs with no recommendation.
[cherry-pick] Add logging for errors on adding samples.
[cherry-pick] Mark VPAs with no pods matched.
[cherry-pick] Unset NoPodsMatched if pods match
[cherry-pick] VPA - addmonitoring of VPA object with unsupported config condition.
ControllerFetcher and its tests written by @schylek.
…roller-cp

Validate that targetRef if set is a top level controller
@guillaumebreton guillaumebreton force-pushed the add-eviction-rate-limiter branch 3 times, most recently from db86d5e to 35104f2 Compare September 9, 2019 08:51
Guillaume Breton added 2 commits September 9, 2019 14:20
This patch adds a `eviction-rate-limit` flag to the vertical pod
autoscaler component to control the number of evicted pod per seconds.
@guillaumebreton guillaumebreton force-pushed the add-eviction-rate-limiter branch from 35104f2 to b24553b Compare September 9, 2019 12:20
@guillaumebreton guillaumebreton force-pushed the add-eviction-rate-limiter branch from 33f0d28 to 9120de0 Compare September 9, 2019 13:09
@guillaumebreton guillaumebreton deleted the add-eviction-rate-limiter branch September 11, 2019 13:01
milesbxf pushed a commit that referenced this pull request Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vertical-pod-autoscaler: rate limit pod evictions
5 participants