Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0, 3.0.1, 3.1.0, 3.1.1, 3.1.2, 3.2.0
-
None
Description
During downscaling there are two kinds of POD requests which can lead to POD deletion as it is identified as excess requests by the dynamic allocation:
- timed out newly created POD requests (which even haven't reached the Pod Pending state, yet)
- timed out pending pod requests
The current implementation fails to delete a timed out pending pod requests when there are not enough timed out newly created POD requests to delete but there are some non-timed out ones.