Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
kubernetes-operator-1.7.0
-
Merged via 8938658ed245545e6436ff22cbb8b2fabd4047f1
Description
The operator currently puts the resource into upgrading state after triggering in-place scaling and keeps observing until the desired parallelism is reached before moving to deployed / stable.
However this means that due to how the adaptive scheduler works this parallelism may never be reached and this is expected.
We should simplify the logic to consider scaling "done" once the resource requirements have been set correctly and then leave the rest to the adaptive scheduler
Attachments
Issue Links
- links to