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
Causes a failure to run when you have more running instances than desired:
00:04:19.030 2022-01-25 16:24:43,568 INFO Checking asg golf-dev-mgmt-worker-node-0-20191108085402700900000002 instance count...
00:04:19.030 2022-01-25 16:24:43,701 INFO Asg golf-dev-mgmt-worker-node-0-20191108085402700900000002 does not have enough running instances to proceed
00:04:19.030 2022-01-25 16:24:43,701 INFO Actual instances: 7 Desired instances: 6
The text was updated successfully, but these errors were encountered:
Im curious how did you get in the scenario where you have more instances than desired? The change is easy enough to make but Im concerned if saying throw an error only if actual instances is less than desired capacity because 1 maybe the scaling is not working properly and 2 maybe there is left over cordoned instances that have not yet been removing being considered.
Also the description of the function does say matches
"""
Checks that the number of EC2 instances in an ASG matches desired capacity
"""
eks-rolling-update/eksrollup/lib/aws.py
Lines 112 to 126 in 70306ef
Causes a failure to run when you have more running instances than desired:
The text was updated successfully, but these errors were encountered: