flagger icon indicating copy to clipboard operation
flagger copied to clipboard

Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)

Results 357 flagger issues
Sort by recently updated
recently updated
newest added

This is to fix #1248 where canary is restarted to "Starting canary analysis" on confirm traffic increase failure. Signed-off-by: Andy Librian

## Describe the feature Knative currently supports weighted routing, but doesn't have any of the features of Flagger around automating the rollout of new versions. However it feels like the...

There were multiple tickets requesting session affinity support for Istio for weighted routes. This change adds a new webhook to support session affinity for istio. Below is the document explaining...

Signed-off-by: Stacey Potter

### Describe the bug Given ```yaml webhooks: - name: confirm-traffic url: http://flagger-loadtester.test/notfound # notice /notfound timeout: 5s type: confirm-traffic-increase ``` The canary is always restarted over to "Starting canary analysis"...

kind/bug

If we have ResourceQuota configured, if the canary deployment is partially scaled up but due to ResourceQuota restrictions, canary deployment was stuck when deployment conditions are as follows ``` Type...

Support for Gloo Mesh 2.0

kind/feature

I am using v1.7.0 and noticed that annotations from primary Deployment are never updated after first rollout - If I change any annotation from my canary deployment, it nevers copied...

With https://github.com/fluxcd/website/pull/903 being merged we have all the Flagger docs available at https://fluxcd.io/flagger/ (built from /fluxcd/website). After a while of co-existence, we should turn flagger.app and docs.flagger.app into redirects.

kind/docs

Not really a bug or a feature request, just a question. I am seeing from the docs that many Ingresses from multiple cloud platforms are supported. Does flagger support GKE...