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 bug When confirm traffic increase hooks are being utilized, the metric analysis is continued but when the defined threshold is breach it will not trigger a rollback....

## Describe the feature This feature aims to improve rollback workflow after successful release is already done. Aim is to circumvent analysis step and go straight for promotion, in case...

# What does it do ? It removes trailing whitespaces # Motivation Avoid our internal CI to remove it afterwards.

### What does this PR do? Allow chart user to set annotations on `ClusterRoleBinding`. ### Motivation User can set annotations like this for their linter / security scanner: ```yaml rbac:...

### What does this PR do? 1. Disable automount of `ServiceAccount` token on _ServiceAccount_ level 2. Enable mount of this `ServiceAccount` token on _Traefik_ pod level ### Motivation It's recommended...

When canary analysis has finished, webhooks are receiving payloads with either `Progressing` (when analysis is skipped) or `Finalising` (when analysis is configured).

It can take some time for changes to propagate for cloud load balancers, so flagger should ensure the route changes are current before proceeding with any more. I'm not considering...

## Describe the feature KEDA has many scalers without a `query` parameter, including but not limited to [`cron`](https://keda.sh/docs/2.16/scalers/cron/), [`kubernetes-workload`](https://keda.sh/docs/2.16/scalers/kubernetes-workload/), and [`metrics-api`](https://keda.sh/docs/2.16/scalers/metrics-api/). The current [`setPrimaryScaledObjectQueries`](https://github.com/fluxcd/flagger/blob/main/pkg/canary/scaled_object_reconciler.go#L183) function can only override the `query`...

This adds the ability to send flagger notifications to a RingCentral chat. Tested in our infrastructure. [RingCentral Incoming Webhooks](https://developers.ringcentral.com/guide/team-messaging/incoming-webhooks/posting)

### Describe the bug Traefik v3 has renamed the CRD `traefikservices.traefik.containo.us` to `traefikservices.traefik.io`. However, the current version of Flagger is still using the old CRDs from previous versions of Traefik....