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

change canary status to Progressing when firstly call rollout hook succeeded #1086

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShirleyDing
Copy link

when firstly call rollout hook succeeded, current canary status is Initializing, it won't be changed to Progressing, finally, in function checkCanaryStatus, Canary status will be changed to Initialized and no longer be scheduled to do traffic shift until the CanaryVersion changed. In fact, the first time rollout hook return true, we should change Canary status from Initializing to Progressing, so it can continue to do traffic shift in the next steps.

…first time call hook succeeded

Signed-off-by: Shirley Ding <yingd1206@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant