You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If upgrade-manager crashes in between and picks up an existing rolling upgrade CR, there could be replacement instances considered in the len(scalingGroup.Instances). For example, if an ASG has 3 instances and the upgrade-manager crashed after setting all the instances to standBy, when the upgrade-manager next picks the CR, will have the totalNodes as 6 and that is incorrect.
The text was updated successfully, but these errors were encountered:
shreyas-badiger
changed the title
Consider inService instances only for totalInstances
Consider desired instances only for totalInstances
May 17, 2022
shreyas-badiger
changed the title
Consider desired instances only for totalInstances
Consider only the desired instances for totalInstances
May 17, 2022
shreyas-badiger
changed the title
Consider only the desired instances for totalInstances
Consider only the desired instances for total Instances
May 17, 2022
upgrade-manager/controllers/upgrade.go
Line 398 in 8e0f67d
If upgrade-manager crashes in between and picks up an existing rolling upgrade CR, there could be replacement instances considered in the
len(scalingGroup.Instances)
. For example, if an ASG has 3 instances and the upgrade-manager crashed after setting all the instances to standBy, when the upgrade-manager next picks the CR, will have thetotalNodes
as 6 and that is incorrect.The text was updated successfully, but these errors were encountered: