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 Here it requires 1.16 https://docs.flagger.app/tutorials/linkerd-progressive-delivery#prerequisites Here it requires 1.19 https://docs.flagger.app/tutorials/nginx-progressive-delivery#prerequisites Here it requires 1.16 https://github.com/fluxcd/flagger/blob/main/charts/flagger/Chart.yaml#L5 This tutorial still uses v1beta1 https://docs.flagger.app/tutorials/linkerd-progressive-delivery#linkerd-ingress My guess here is that...

## Describe the feature Because my Prometheus instance requires basic auth, I can't use secrets to configure the metric server. But because of that, I see multiple errors as described...

## Describe the feature Instead of relying on podAnnotations which might not be used by some cluster. ### Proposed solution Add support for PodMonitor like it's already supported by the...

## Describe the feature What problem are you trying to solve? The notifications to slack for flagger are great but if we have multiple clusters running flagger and all are...

kind/enhancement

fortio is the istio benchmarking https://istio.io/latest/docs/ops/deployment/performance-and-scalability/#benchmarking-tools https://github.com/fortio/fortio This can do http as well as grpc testing which is done by two seperate tools today `hey` and `ghz`

## Custom Service Discovery for generate Virtual Nodes App Mesh supports different types of service discovery for EDS. Add settings in canary.Spec.Service to override default DNS service discovery settings. What...

This PR addresses logic to clean up primary HPA created by Flagger during promotion. If the autoScalerRef is removed and the primary HPA is present the promotion logic will remove...

- If targetRef is not updated and deployed without update, then canary analysis won't start but targetRef scales from zero to "n". - If there is no need for canary...

Fixes: #1009 slack messaging needs text field as the required one on the payload without which we are getting `no_text` response from the api - https://api.slack.com/reference/messaging/payload ``` bash-5.1$ curl -v...

### Describe the bug Currently have multiple contour ingress controllers, internal and external deployed using the contour helm chart with 2 different ingress classes defined. Flagger using contour mesh provider...