Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clusters status in stage status #64

Open
maruina opened this issue Apr 29, 2021 · 0 comments
Open

Add clusters status in stage status #64

maruina opened this issue Apr 29, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@maruina
Copy link
Contributor

maruina commented Apr 29, 2021

In #8 we introduced the concept of status.stages.

To complete the information about the status of each stage, we should extend status.stages with information about the cluster status.

It should look like

status:
  stages:
    - name: canary in emea
      phase: Completed
      message: Stage completed
      targets: 
        - cluster-1-eu-west-1a-1
        - cluster-2-eu-central-1b-1
      syncing: 
        - cluster-1-eu-west-1a-1
      requeued: []
      failed: []
      completed:
        - cluster-2-eu-central-1b-1
      startedAt: 2019-07-10T08:23:18Z
      finishedAt: 2019-07-10T08:40:18Z
@maruina maruina added the enhancement New feature or request label Apr 29, 2021
@maruina maruina added this to the Milestone 2 milestone Apr 29, 2021
@maruina maruina modified the milestones: Milestone 2, Milestone 3 Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant