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

Bumps the ci group with 3 updates in the / directory: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer), [docker/build-push-action](https://github.com/docker/build-push-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `sigstore/cosign-installer` from 3.5.0 to 3.6.0 Release notes Sourced from sigstore/cosign-installer's releases. v3.6.0 What's Changed...

dependencies
area/ci

@stefanprodan > We do have support for MS Teams by setting `type: msteams` in the AlertProvider, docs here: https://docs.flagger.app/usage/alerting#canary-configuration I'm trying exactly this with following setup: Flagger AlertProvider: ``` apiVersion:...

Description: I am going through the below documentation for implementing Blue Green Strategy in an assumption that I can do Blue/Green Traffic Switching without L7 tools. https://docs.flagger.app/tutorials/kubernetes-blue-green But after spending...

### Describe the bug Failed Canary is updated every minute with only change to `.status.lastTransitionTime`. ![image](https://github.com/user-attachments/assets/3ddbb39b-cf37-4cac-8ff0-137ab2eb9370) ``` $ kubectl get canaries foo --watch NAME STATUS WEIGHT LASTTRANSITIONTIME foo Failed 0...

This MR fixes https://github.com/fluxcd/flagger/issues/1646 where Flagger fails to create the primary hpa for a keda scaled object when you are migrating from a regular hpa to a scaled object in...

## Describe the feature What problem are you trying to solve? Possibility of having gradual rollback when canary is at x% weight and instead of setting weight to 0. ###...

### Describe the bug I am using flagger with nginx ingress and prometheus. When I introduce new version of pods, analysis gets kicked in. But I am seeing below message...

### Describe the bug When I tried the Kuma Canary Deployments example, I got the following error: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning...

Setting the weight to 100 on both services makes 50% of the traffic go to each service. This made our canary enter an infinity loop while promoting a new version...

HI Team, Just giving a overview of my current environment structure We have a nginx controller at node port, and then we have multiple ingress created and there are many...