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

There is currently a mismatch on the checksum of the generated canary inital events compared to the subsequent events which is caused by the canary object status field `lastAppliedSpec` not...

Adds recommendations about how to design Datadog metrics queries, with common pitfalls. Caveat: this documentation refers to Flagger behaviour introduced in https://github.com/fluxcd/flagger/pull/1763, which is not yet released when creating this...

## Describe the feature Add a possibility to add headers to the query requests. We are using mimir with a multi tenant setup and for that we need the possibility...

Currently, Flagger does not support creating/tracking/promoting the binaryData in a configmap and the stringData in a secret. This change tries to support these scenarios.

## Describe the feature Allow users to explicitly route requests directly to the canary deployment during an active rollout, bypassing the current weight-based distribution. This is particularly beneficial for conducting...

### Describe the bug Hi, not sure if it is a bug or an intentional thing. The config tracker seems only to watch and promote the change on `data` for...

### Describe the bug When setting up a Canary using Gateway API for a Deployment that has multiple ports, all traffic is routed to the first port. ### To Reproduce...

We're running into the current scenario recently and are trying to come up with a way to address it effectively. When performing a canary deployment, as traffic is shifted from...

markdown Hi everyone! I noticed a lot of Pull Requests, particularly in relation to new features and tests. I'd like to help improve the test coverage using [CodeBeaver](https://www.codebeaver.ai), an AI...