flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
I'm testing a failure scenario by intentionally deploying a broken version of my application. According to my metric template and canary configuration, I expect Flagger to: * Detect the high...
Currently, the only way to skip analysis and promote a canary directly is by adding `skipAnalysis: true` to the Canary spec. This approach has limitations: 1. **Requires spec modification and...
https://github.com/fluxcd/flagger/blob/27daa2ca468c42f3f373355818c146d48efc64f5/pkg/apis/flagger/v1beta1/canary.go#L163-L166 I was looking into the gateway api support for flagger, and came across the support for gateway api. It looks like there is a `GatewayRefs` field that should specify...
In the Flagger Helm Chart Prometheus config the storage retention duration is set via this flag --storage.tsdb.retention. This Flag was deprecated in a previous version of Prometheus and removed from...
## Describe the feature Log/Print the (numeric) metric value in the actual canary object. What problem are you trying to solve? It is difficult to debug (for me as a...
Hello, I'm setting up canary deployments using flagger/flux and our existing prometheus service. I'm having issues with the custom metrics similar to [this issue](https://github.com/fluxcd/flagger/issues/421). I have flagger installed via flux...
## Describe the feature (What problem are you trying to solve?) Currently, Flagger overwrites any VirtualService spec information that you may have configured locally when using Istio for routing, based...