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 Hi, I am using flagger to use canary deployment. I want to ask if updating the output format of canary process description is possible. For example,...

### Describe the bug While applying [quality checks](https://github.com/interlynk-io/sbomqs) on SBOMs , I found flagger's released spdx fails to adhere to SPDX2.3 spec. It requires File attribute to have at least...

I think all that is needed is to have ambassador annotations added to the primary service which would direct traffic to both the primary service and canary service based on...

kind/upstream-blocked

AppDynamics Cloud offers full-stack observability for large, managed Kubernetes deployments. I would like to use its metrics in flagger.

### Describe the bug I am not sure this is not yet a feature or a bug. While i try to create flagger canary with autoscalerRef.Kind=ScaledObject. The ScaledObject-primary successfully created....

When restarting a Progressing canary analysis (due to a change), flagger is switching back all traffic to primary replica. This can be a problem if the primary replica has scaled...

## Describe the feature ### We have a very specific way we want to run our deployments: We have 2 types of clients, Beta clients and General clients. When we...

Hi! Is it possible to ignore `no values found`? I need to successfully deploy in the absence of traffic

## Describe the feature Manual approve each step of canary phase by send http request, for the current time, the loadtester accept the canary name and namespace as key, maybe...

## Describe the feature Flagger doesn't allow user to customze awsName, the awsName is created with default value "${name}.${namespace}" of k8s VirtualService, in some cases, it means the code must...