We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #8 we introduced the concept of status.stages.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: