added WaitingPromotion phase and only generate one alert when transitioning into the phase

Signed-off-by: Jason Blackburn <jason.blackburn@outlook.com>
This commit is contained in:
Jason Blackburn
2021-03-19 08:04:18 -05:00
parent c8a1165db2
commit f0bf5219d4
8 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ status:
```
The `Promoted` status condition can have one of the following reasons:
Initialized, Waiting, Progressing, Promoting, Finalising, Succeeded or Failed.
Initialized, Waiting, Progressing, WaitingPromotion, Promoting, Finalising, Succeeded or Failed.
A failed canary will have the promoted status set to `false`,
the reason to `failed` and the last applied spec will be different to the last promoted one.