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 Can virtual service created by flagger integrate with my own virtual service, thanks. **What problem are you trying to solve?** Putting virtual service and CORS into...

### Describe the bug Flagger version 1.16.1 still specific port in virtualservices. However, this bug is closed on version 0.18.2 ### To Reproduce When i create the canary with both...

## Describe the feature We currently have the `post-rollout` webhook, which runs if a canary analysis passes or fails. But it can be useful to have a webhook that just...

### Describe the bug The documentation needs to be clear and precise about which nginx ingress controller flagger works with. On the page docs/gitbook/tutorials/nginx-progressive-delivery.md, it talks about the *"NGINX ingress...

Hey, we are using multiple ingresses(with different host of course) pointing to the same backend. each ingress is being used by different clients, but the backend is handling all of...

In our use case, HTTP traffic is allowed through ingress-gateway and the internal service to service communication is using the GRPC protocol. We are using separate VirtualService spec attached to...

## Describe the feature Currently, when using the kubernetes provider to do blue/green deployments, the traffic is not shifted to the canary whilst the rollout happens in the primary, that...

### Describe the bug Here is my canary definition apiVersion: flagger.app/v1beta1 kind: Canary metadata: name: helloweather spec: # service mesh provider can be: kubernetes, istio, appmesh, nginx, gloo # provider:...

I'm trying to define add a http response header to a request only when it is routed through my `-canary` service. I'm using Istio. I found I can add this...

## Describe the feature It is obvious that sometimes you need to deploy straight to production. Flagger offers this functionality with `spec.skipAnalysis` attribute. In order to enable that, the user...