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

AWS App Mesh was discontinued and replaced with Amazon VPC Lattice which supports Gateway API: https://aws.amazon.com/blogs/containers/migrating-from-aws-app-mesh-to-amazon-vpc-lattice/ Given that Flagger has full suport for Gateway API, we should remove the AWS...

## Describe the feature During a weighted canary rollout, it's useful for debugging efforts to be able to specifically target the canary deployments using http headers. Without this, the debugging...

### Describe the feature Currently, Flagger's `sessionAffinity` feature is only supported for Istio and Gateway API providers, using automatic Set-Cookie header injection and sticky routing. For NGINX ingress, session affinity...

## Problem When I set a metric interval to `1m`, Flagger checks metrics from **10 minutes ago** instead of 1 minute ago. When I set a metric interval to `3m`,...

This sent me for a bit of a loop. Adding clarification to the docs in case someone runs into the same issue.

Hi! Thanks for Flagger - awesome project. Docs show enabling Istio sidecar injection in the canary tutorial: https://docs.flagger.app/tutorials/istio-progressive-delivery#bootstrap **Question:** Is canary with `meshProvider: istio` supported when workloads are *not* sidecar-injected...

### Describe the bug My installation is using Istio Virtual Service as the traffic management layer for our Canary deployment. The Canary status shows that traffic weight for the Canary...

This PR fixes a bug where Flagger failed to remove `gateways` and `hosts` from an Istio `VirtualService` when the Canary was updated to enable the delegation feature. ### The Problem...

Implements https://github.com/fluxcd/flagger/issues/1816

## Describe the feature Canary should fire an alert if a canary never becomes ready. Happy to debate whether this should be an `error` or `warn`, but I'd prefer the...