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

Adding Bearer token for using Slack apps instead of webhook as [recommended by Slack](https://api.slack.com/legacy/custom-integrations/messaging/webhooks) and also [used in Flux](https://fluxcd.io/flux/components/notification/provider/#slack-app).

The [docs](https://fluxcd.io/flagger/usage/webhooks/#load-testing) use: ``` cmd: "hey -z 1m -q 10 -c 2 -m POST -d '{test: 2}' http://podinfo-canary.test:9898/echo" ``` I'm confused by the use of the `podinfo-canary.test`, which references the...

### Describe the bug Some errors might happen in canary initialization, like primary or canary deploy not running because of image pull failure. Then we want to rollback to cancel...

## Describe the feature We would like to use Flagger with Gloo route tables, however the Canary resource does not support the ability to specify route specific options (prefixRewrite, jwt/auth...

kind/enhancement

To be able to keep log context use logger instead of stdout. Signed-off-by: Øistein Sletten Løvik

one of my goals in labeling my k8s resources is to label according to the Kubernetes docs' [recommended labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) page. so, any instance of an app named `myapp` gets the...

### Describe the bug It's possible to specify the clusterName to distinguish which cluster is relaying a message when several clusters report to the same channel. However, most messages like...

kind/bug

Hi,there: During canary deployment I want to add a policy of traffic forwarding based on header, that is access with header only to canary instance and others to primary and...

### Describe the bug Flagger primary and canary pods and services do not carry over the base pod and service custom labels, into the flagger-created resources but keep the annotations....