-
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 - Implementing automatic detection of injected sidecars #2726
Comments
Implementation plan:
Tests:
|
Please add an e2e test as a way of verifying the feature works. |
I agree that an e2e test is something nice to have. |
@aleksandra-malinowska suggest brilliant idea that webhooks should already be tested by k8s e2e tests. |
The Agnhost webhook (used by k8s e2e tests) adds initContainer instead of standard container. -_-' |
The e2e test pr was merged. I will wait for two green runs of https://testgrid.k8s.io/sig-autoscaling-vpa#autoscaling-vpa-actuation and then I will close the issue. |
The test is passing. Nothing more to do here. |
There will be new feature added to VPA dedicated to detecting injected sidecars and omitting them during making pod eviction decision.
This feature assumes that containers handled by Admission Controller will be listed in additional pod annotation. Containers not listed in this annotation will not be taken into account by the Updater.
The text was updated successfully, but these errors were encountered: