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 What problem are you trying to solve? Now for the webhook check response, status code 2xx is regarded as successful and all the other results are...

Expand the list of supported network integrations/services meshes/ingresses by Cilium. https://cilium.io/ Cilium is the eBPF powered networking solution for Kubernetes. It is capable of replacing all of CNI, kube-proxy and...

Can you please let me how can we can perform Istio Canary deployment with Flagger for dependent micro services. Suppose we have 2 micro services A and B. Microservice A...

## Describe the feature A simple mechanism to trigger a rollback on a canary by merely patching status phase ### Proposed solution Similarly to #1252 - Introduce CanaryPhase `pkg/apis/flagger/v1beta1/status.go` and...

## Describe the feature What problem are you trying to solve? I'd like to start using canary deployment. The flagger manifests management is awsome, but I would like the flexibility...

## Describe the feature What problem are you trying to solve? At present, flagger + fluxcd help in doing canary/blue-green deployments. This is great for web server applications. It's not...

### Describe the bug Flagger tried to promote the canary version and this is where it failed with this error: “There are multiple Consul services registered for this pod when...

If you are using Flagger, please submit a PR to add your organisation to the [adopters page](https://github.com/fluxcd/website/tree/main/adopters#readme) or comment on this issue . Thanks!

### Describe the bug Flagger pre-rollout webhook fails to trigger with vague message `Halt podinfo.test advancement pre-rollout check smoke tests failed interface conversion: interface {} is nil, not string` ###...

### Describe the bug We are trying to use flagger in our progressive delivery efforts particularly in A/B testing scenario. Ingress provider we use is Contour while the mesh provider...