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
Therefore,
rolling back a PR that added canary targetGroup
-> Piped cannot find canary targetGroup in the last successful commit
-> Piped does not modify ELB listeners.
The possible solutions
Remove nil check of canary in the above condition
t-kikuc
changed the title
[ECS] ELB listener rules were not rollbacked since running canary targetGroup was not found
[ECS] ELB listener rules were not rollbacked since running targetGroup(s) does not exist
Oct 16, 2024
What happened:
After rolling back an ECS app, ELB listener rules were not rollbacked. (remained primary: 80, canary: 20)
What you expected to happen:
ELB listener rules are also rollbacked. (primary:100, canary:0)
How to reproduce it:
input.targetGroups.canary
in app.pipecd.yamlinput.targetGroups.canary
andinput.pipeline
in Canary strategy.ECS_TRAFFIC_ROUTING
should be includedECS_TRAFFIC_ROUTING
is finished, trigger rollback.-> ECS service and taskdef were rollbacked / ELB was NOT rollbacked.
Environment:
piped
version: v0.48.9 (other versions have the same problem)control-plane
version: v0.49.2The text was updated successfully, but these errors were encountered: