-
Notifications
You must be signed in to change notification settings - Fork 4k
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
VPA - Admission Controller status #2738
Labels
Comments
Implementation plan:
Test:
|
bskiba
added
kind/feature
Categorizes issue or PR as related to a new feature.
area/vertical-pod-autoscaler
labels
Jan 17, 2020
This was referenced Jan 17, 2020
Closed
This was referenced Jan 22, 2020
krzysied
changed the title
Vpa - Admission Controller status
VPA - Admission Controller status
Feb 4, 2020
This was referenced Feb 6, 2020
Merged
Tests seem to work https://testgrid.k8s.io/sig-autoscaling-vpa#autoscaling-vpa-updater. |
@bskiba Do we have any estimation for a new release? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
It can potentially happen that Admission Controller is down. When this happens, we don't want to evict pods (recommendation will not be applied).
Admission Controller should have a status object. This status object should be observed by Updater. If status object has not been updated for a long time, Updater should stop evictions.
The text was updated successfully, but these errors were encountered: