flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
Starting HPAs with minReplicas set as the current replicas in primary deployment (Blue/Green mode)
## Describe the feature Persevering HPA scaling status during blue/green. Right now when a new canary is brought up it starts with minReplicas and scales up when the traffic hits....
I'm newbie here. We're testing Blue/Green release with flagger and linkerd on kubernetes, but never make it (have not yet tried other like canary, nor A/B testing). Described on canary...
This is a prototype for #1186.
### Describe the bug Can flagger routes the traffic based on the istio ingress and mesh? We have the request coming from external with uri prefix and we have the...
Fix of issue #1193 With the changes, we can see below "canary status" * succeed case ``` flagger-helloworld-demo-rollout Waiting 0 2022-05-16T08:01:31Z flagger-helloworld-demo-rollout Progressing 0 2022-05-16T08:02:31Z flagger-helloworld-demo-rollout Progressing 0 2022-05-16T08:03:31Z flagger-helloworld-demo-rollout...
### Describe the bug When upgrading flagger from version 1.14.0 to 1.19.0, it triggered canary rollouts. On narrowing it down further it seemed to happen when going from 1.16.0 to...
Hello Team, I am facing Canary kind does not match error with the flagger v1beta1 api with Kustomization. **Error:** "no matches for kind "Canary" in version "flagger.app/v1beta1"" - Trying to...
## Describe the feature During promotion , flagger just copy the spec of deployment, and then start traffic routing & scale down canary But for some slow startup application, I...
Reading [here](https://docs.flagger.app/tutorials/istio-ab-testing) it makes me think that I can set up flagger in a way that a user has the ability to initially be routed to either the `primary` or...
### Describe the bug We have activated the event and post-rollout webhook and canary analysis is skipped so far. However, we never get triggered by the **post-rollout** webhook. With the...