bottlerocket-os / bottlerocket-ecs-updater

A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Instance in UpdateStage "Ready" in addition to "Available"

srgothi92 opened this issue · comments

What I'd like:
In code here, we only consider instance which has Update Available for update. However, we should also consider instance with update state "Ready"

Any alternatives you've considered:
Add instance in "Ready" and "Available" state for update.

Fixed in PR-60