Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

BlueGreen strategy results in successful finished event despite "Progressing" status #23

Open
donovanmuller opened this issue May 11, 2021 · 0 comments

Comments

@donovanmuller
Copy link

Using an Argo Rollouts strategy of BlueGreen, a successful sh.keptn.event.staging.delivery.finished event will be delivered, despite the rollout still progressing:

$ kubectl argo rollouts get rollouts test-staging -n test-debug-1-staging
Name:            test-staging
Namespace:       test-debug-1-staging
Status:          ◌ Progressing
Message:         updated replicas are still becoming available
Strategy:        BlueGreen
Images:          test:1.x-SNAPSHOT-79a6d17-149 (stable, preview)
Replicas:
  Desired:       1
  Current:       1
  Updated:       1
  Ready:         0
  Available:     0

Screenshot 2021-05-11 at 05 26 33

A successful .finished event should ideally only be sent once the rollout has completed rolling out or failed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant