Skip to content
Snippets Groups Projects
Unverified Commit aa1d413e authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

Merge pull request #7970 from laoj2/fix-pod-condition

Replace PodResizing with PodResizeInProgress pod condition in AEP-4016
parents 52cd68a4 8892f219
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,8 @@ VPA updater will consider that the update failed if:
* The pod has condition `PodResizePending` with reason `Infeasible` or
* The pod has condition `PodResizePending` with reason `Deferred` and more than 5 minutes elapsed
since the update or
* The pod has condition `PodResizing` and more than 1 hour elapsed since the update or
* The pod has condition `PodResizeInProgress` and more than 1 hour elapsed since
the update or
* Patch attempt returns an error.
Note that in the initial version of In-Place updates, memory limit downscaling will always fail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment