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

### Description Hello team, I am deploying my own custom istio-gateway to my aks cluster using canary, and i need to create a loadbalancer type service to serve external traffic....

Hi Flagger team, Is it possible to get a similar fix/update to the msteams alertprovider to support the new adaptive cards that was implemented for the flux notification controller, see...

## Describe the feature Currently, this is the flow in A/B testing strategy after the canary analysis phase succeeds: `Route all traffic to primary -> Copy new template spec to...

## Overview This PR adds automatic code formatting using prettier when generating CRD manifests through the `make crd` command. This ensures consistent formatting across all generated CRD files. ## Changes...

## Problem Statement Currently, Flagger automatically generates backend references for primary and canary services based on the service names. However, in complex deployment scenarios, teams often need to: - Insert...

This PR adds support for [KEDA `HTTPScaledObjects`](https://github.com/kedacore/http-add-on/blob/main/docs/ref/v0.8.1/http_scaled_object.md) to be used as an auto scaler for workloads. A new `HTTPScaledObjectReconciler` named `HTTPScaledObjectReconciler` has been introduced which reconciles `HTTPScaledObjects`. Users can specify...

### Describe the bug Flagger continuously logs errors when a Deployment references an optional Secret via env.valueFrom.secretKeyRef.optional: true, but the Secret does not exist. Despite the error spam in logs,...

Bumps the ci group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [helm/kind-action](https://github.com/helm/kind-action) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `actions/checkout` from 5 to 6 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed...

dependencies
area/ci

## Proposed addition The current Datadog metric provider relies on their Metric API. However, this API has pretty low rate limits, and people with a moderately sized infrastructure tend to...