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

Can you make the canary analysis run on the first deploy so that we can inspect the canary status to see whether the deployment is is fit for traffic? Flagger...

## Describe the feature Support for volume mounts in Flagger helm chart. What problem are you trying to solve? I would like to have the ability to define `volumeMounts` in...

### Describe the bug Will flagger standalone control plane [without integrating with service mesh and ingress] allow us to use canary deployments with progressive traffic shifting? As far I know,...

## Describe the feature What problem are you trying to solve? Currently, we can use `skipAnalysis` to bypass most of the canary steps. However, in some cases, the canary process...

This is a proof-of-concept pull request to add the [canary release](https://docs.flagger.app/usage/deployment-strategies) deployment strategy for Knative (https://github.com/fluxcd/flagger/issues/903). It's far from production ready but I wanted to see if there's appetite for...

## Describe the feature We created a headless service for our application and created a Canary resource to enable Flagger. However, after creating Canary resources we found, that service resources...

Hey! Is changing the traffic policy in the services created/managed via the canary service in Flagger possible? `internalTrafficPolicy: Cluster ` to `internalTrafficPolicy: Local `

### Describe the bug Updates to autoscalerRef.primaryScalerReplicas are ignored ``` autoscalerRef: apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler name: service-deployment primaryScalerReplicas: maxReplicas: 4 minReplicas: 4 ``` ### To Reproduce 1. Create canary with...

### Describe the bug When iterating over a map in Go, the order of elements is not guaranteed and may vary between iterations. In the context of the Gateway API...

fix canary analysis restart with gateway api, more info in the issue 1712