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

I believe the mesh-provider in this file must have been accidentally changed away from linkerd in a recent commit.

I have a nginx canary deployment scenario where I hope to support canary weight and header at the same time . However, after testing, the weight of the canary ingress...

### Describe the bug Before using Flagger I had an already existent configuration with a Deployment, a Service, a Destination Rule and a Virtual Service. Then I correctly introduced Flagger...

## Describe the feature As far as I know, [nginx itself also supports session sticky/affinity](https://docs.mirantis.com/mke/3.6/ops/deploy-apps-k8s/nginx-ingress/configure-sticky-session.html#:~:text=Sticky%20sessions%20enable%20users%20who,requests%20to%20the%20same%20Pod.&text=Specify%20the%20name%20of%20the%20required%20cookie%20(default%3A%20INGRESSCOOKIE%20).), but in flagger's documentation, session affinity only applies to istio situations . Is it assessed...

### Describe the bug When the stepWeights array reaches its maximum value, Flagger sends duplicate notifications with the same message. message: test.test Canary promotion is waiting for approval. Cluster cluster-1...

## Purpose To enable determining the threshold for circuit breaker on a client basis using the virtual service and destination rule generated by Flagger. ### Desired Outcome * Virtual Service...

Adding support for retry in case rollout hook get error or no response. PR for issue https://github.com/fluxcd/flagger/issues/1501

## Describe the feature Most of our services have no steady incoming traffic flow, but more of an eventual traffic spikes, so we want to pause canary for "canary step...

This PR is an improvement on the PR https://github.com/fluxcd/flagger/pull/1470 which was released in version v1.33.0. The goal is for the traffic increase webhook to only run when the next step...

## Describe the feature Update the structure of a default notification to add the version of the service (deployment). Currently, multiple releases of a service create multiple notifications from the...