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

## Describe the feature I would like to suggest the addition of a [Keptn](https://keptn.sh) metrics provider to the list of already implemented providers. I believe that, given the metric management...

kind/feature

In the Kustomize base (there were 2).

Hi, team, We install flagger in our AWS EKS with AppMesh. It works well with header based A/B testing. We would like to know if Flagger also works for queryParams...

## Describe the feature Support for specifying intervals according to stepWeights. What problem are you trying to solve? Suppose we specify stepWeights with [10,20,50] and interval as 5m. Shifting traffic...

## Describe the feature now ,flagger only support 1 replica,when set to two replicas ,then the canary stepweight and anylysis peroid seems become lower ### Proposed solution can flagger support...

## Describe the feature Currently (after implementing this: https://github.com/fluxcd/flagger/issues/1556), there are 2 options. Either use a HTTP port for the canary or a TCP port. Can't use both at the...

## Describe the feature Currently with PDB creation, the selector labels are used to determine the pods being monitored. When Flagger deploys the {app.kubernetes.io/name:} is updated to have -primary attached...

### Describe the bug When a canary for a deployment doing high rps is promoted to primary, it fails because it doesn't have enough replicas to handle the load. ###...

### Describe the bug When setting a Canary object to so session affinity with an Kubernete API Gateway like in [Session Affinity](https://docs.flagger.app/tutorials/gatewayapi-progressive-delivery#session-affinity). I was running a K6 test to verify...

### Describe the bug Following the [flagger docs for keda integration](https://docs.flagger.app/tutorials/keda-scaledobject), I updated the canary to point to the KEDA scaled object instead of the HPA. Additionally, I added the...