-
Notifications
You must be signed in to change notification settings - Fork 332
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
Deployment Strategies #1697
Comments
Just for clarity, the specific documentation page I'm talking about is https://fluxcd.io/flagger/usage/deployment-strategies/ which I think is also published as https://docs.flagger.app/usage/deployment-strategies Thanks |
I think the use of "halt advancement" is deliberate, the wording implies nothing beyond what it says. It's especially not meant to signify the cleanup tasks, since iterations can resume the advancement assuming the failure condition abated:
As long as there are more than 1 configured allowed failed check, the halting of the advancement simply means that the progressive delivery's progress is not incremented. If you have a current canary weight of 0 and the advancement is halted, that might mean simply the canary isn't ready yet, or it might signify an error that results in the termination of the canary rollout. I think until the failed checks counter is exhausted, no termination will happen. |
I haven't quite yet evaluated the page you're talking about to understand the docs issue that I think you're really meant to be reporting here. Can you provide a reference to what I think we like Mermaid docs here, I certainly agree with adding more of them throughout the docs since they are easier to keep up to date than the graphically produced diagrams – though they might not be as pretty! If you want to suggest a new diagram, I'd be happy to review and iterate with you. I'm still learning Mermaid syntax but I've found that ChatGPT can often produce a pretty decent diagram when prompted with enough detail and patient reassurance about what the topic should convey. |
HI, I'm trying to understand the Canary Release Deployment Strategy in detail but am finding the documentation confusing, sorry.
I am trying to parse the "Gated canary promotion stages" bullet list, but the structure seems inconsistent.
For example, here...
...I assume that both "halt advancement" bullet points are evaluated?
But here...
...I assume that the failed checks counter isn't always incremented?
Overall, it would be excellent if it were possible to replace the bulleted list with some sort of flow - perhaps a Mermaid diagram or similar that's supported by GitHub? (although I appreciate that you render you docs as hosted pages too so may have other considerations).
I'm also confused by the use of "halt advancement" throughout the stages. Does this mean that the rollout just halts and "hangs" in whatever state it's in? Or does "halt advancement" include scaling the Canary deployment back to zero and/or any other cleanup tasks?
Finally, I am struggling to understand the relationship between a Canary rollout and the
testing:
config options, but this isn't mentioned at all on this page so I wonder if this is documented somewhere else.The text was updated successfully, but these errors were encountered: