flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
Bumps the ci group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.8.0 to 1.9.0 Release notes Sourced from helm/kind-action's releases. v1.9.0 What's Changed Bump actions/checkout from 3.3.0 to 3.5.3 by...
This adds a flag to limit concurrent progessing canaries to avoid high requests of resources at once. The flag will not take effect if set to "0", which is default....
## Describe the feature What problem are you trying to solve? Previously, Flagger would trigger a rollback only when the analysis failed a certain number of times. But in actual...
### Canary status stuck in WaitingPromotion for a long duration. Canary status is stuck in WaitingPromotion status for more than hours with the message **Halt sampleapp.testnamespace advancement waiting for promotion...
### Describe the bug A canary that is almost completed and is copying the template spec to primary. The primary then exceeds its progress deadline as one of the pods...
### Describe the bug If the canary is stuck in the promoting state, the service cannot be rolled back.
## Describe the feature For istio I want to configure maxConnections ### Proposed solution ``` service: port: 80 portDiscovery: true delegation: true trafficPolicy: connectionPool: http: http1MaxPendingRequests: 100 maxRequestsPerConnection: 1000 tcp:...
Hi Team, I have tried looking for a similar issue addressing the same problem but could not find one. ### Describe the bug My team deploys all manifests using Flux...
We employ a blue/green deployment strategy utilizing two distinct clusters, denoted as c1 and c2, both seamlessly integrated with an Application Load Balancer (ALB). In our deployment approach, c1 functions...
### Describe the bug ``` running query failed: error response: ","canary":"fakedeploy.fakenamespace │ │ ","stacktrace":"github.com/fluxcd/flagger/pkg/controller.(*Controller).recordEventErrorf\n\t/workspace/pkg/controller/events.go:39\ngithub.com/fluxcd/flagger/pkg/controller.(*Controller).advanceCanary\n\t/workspace/pkg/controller/scheduler.go:207\ngithub │ │ .com/fluxcd/flagger/pkg/controller.CanaryJob.Start.func1\n\t/workspace/pkg/controller/job.go:39"} ``` ### To Reproduce Create MetricTemplate Resource with this specs. ``` apiVersion: flagger.app/v1beta1...