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

Fix wrong service toggle on podinfo chart. Issue: #1002

## Describe the feature What problem are you trying to solve? ### Proposed solution AlertProvider suport alibaba dingding and email What do you want to happen? Add any considered drawbacks....

### Describe the bug A clear and concise description of what the bug is. Please provide the Canary definition and Flagger logs. ### To Reproduce change config form ``` apiVersion:...

``` spec: service: port: 9898 apex: annotations: test: "test" labels: test: "test" ```

## Describe the feature We'd like the ability to define and use custom variables in query templates. We're trying to workaround the issue where the metrics reported by nginx-ingress are...

kind/enhancement

when I use flagger according to the examples, and it runs error flagger ingress podinfo.test get query error: the server could not find the requested resource what should I do?![image](https://user-images.githubusercontent.com/53109661/126251071-43400813-6853-42ea-bd54-50aadc0e536c.jpeg)

## Describe the feature I'm using the Canary release with Istio Mesh and I think we don't have a proper way to control the number of replicas of deployment without...

## Describe the feature What problem are you trying to solve? --- Alert provider type want to support WeCom, which is another popular message tools. ### Proposed solution What do...

## Describe the feature What problem are you trying to solve? ---- In some situation, I'd better to use event webhook to receive canary deploy info rather than using kubectl...

Bro, I'd like to use the same external domain for both frontend and backend app and also want to enable a/b testing feature for both apps, I followed the instructions...