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 bug The link in the documentation to Flagger Installation is broken and does not link to a page that exists. Can someone please share the updated the...

I have a flagger enabled service and I want to mirror requests to it to another service. Is that possible by adding the mirror section in the delegate virtual service?...

We like Flagger's canary deployments for AppMesh but we found a limitation which has stopped us from using it. How can we add a TLS mode, TLS certificate path and...

### Describe the bug We've created Canary with manual gates approval. Everything is going according to the plan, all stages passed. New version of the app was promoted to the...

We need to configure the Blue Green deployment strategy (provider = kubernetes) BUT seems that the Prometheus/flagger can't fetch/scrape the request-success-rate metric OR maybe our application isn't exporting this metric....

Hello, We would like to add a `-canary` suffix to our canary deployment name, using this helm template as an example... ``` apiVersion: apps/v1 kind: {{ default "Deployment" .Values.deployment.kind }}...

As issue #1388 reported, this situation is about implementing a deep copy method for a map, #1388 illustrates the problem cause by using Json Marshal/Unmarshal, here are some other choices:...

Currently flagger supports advanced deployment strategies mainly via a service mesh or an ingress. These advanced methods are great but they also add extra complexity. I suggest adding a new...

### Describe the bug I run apisix canary release example smoothly, then I add "api-breaker" plugin to my ApisixRoute and trigger a canary release, it fails. These logs are from...

This adds an option to specify additional containers in the flagger deployment. We need this option to make adjustments to the istio-proxy sidecar, but it is build in a generic...