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 There are instances that some applications are deployed through cusom resources instead of `Deployment` or `DaemonSet` (`targetRef` of `Canary` CR). For example, WebLogic Deployments, we use...

- Fix spelling of AutoscalerReference (was AutoscalerRefernce) in type definition and struct field

## Describe the feature Allow setting `topologySpreadConstraints` (https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) in the flagger Helm chart. This is just like the `spec.deployment.affinity` setting allowing to further configure the pod placement. ### Proposed solution...

### Describe the bug The default analysis metric with Traefik and Prometheus query the wrong metric service tag if the service is not using the same name as the deployment....

Running istioctl analyze with CI. After CI is executed, CD applies Flagger CR's Canary and creates a VirtualService, so we were not aware of any deficiencies in the Virtual Service...

Allow `.spec.targetRef` to specify custom resources, which typically use mesh routers. Prevent unnecessary resources by strictly handling Deployment and DaemonSet based on apiGroup derived from apiVersion.

### Describe the bug Using Canary to deploy service that is also scaled using Keda, after Flux reconciles, and Flagger runs through my 25% canary load, once the pods for...

I've looked through the docs a bit to find an answer, but I have not succeeded in finding it. Maybe it's there and I've missed it. Suppose Version `A` of...

### Describe the bug Flagger controller attempts to connect to prometheus, but is unable to do so. ``` {"level":"error","ts":"2025-01-23T09:22:50.821Z","caller":"controller/events.go:39","msg":"Error checking metric providers: prometheus not avaiable: running query failed: request failed:...

### Describe the bug Currently working on a use case using **EKS, Istio, and Flagger** to manage canary deployments. We have a requirement to restrict cross-AZ traffic, so we have...