-
### What is this issue about?
I am seeing 403 Forbidden when deploying Cloud Foundry to a cluster using 240.0.0.0 (via the [Ubuntu fan](https://wiki.ubuntu.com/FanNetworking)).
### What version …
-
Checklist:
* [x] I've included steps to reproduce the bug.
* [x] I've included the version of argo rollouts.
* [x] I've included the version of the gateway API plugin
* [ ] I've included my …
-
**What happened**:
After rolling back an ECS app, ELB listener rules were not rollbacked. (remained primary: 80, canary: 20)
**What you expected to happen**:
ELB listener rules are also rollb…
-
# Summary
Provide support for `setCanaryScale` feature in Simple Canary Deployments. Currently this is only available in Canary w/ Traffic Routing. This is required for JVM based services that need…
-
## Describe the feature
Multiple canaries for the same deployment. Example
```
apiVersion: flagger.app/v1beta1
kind: Canary
metadata:
name: my-service-canary1
spec:
analysis:
...
…
-
## Describe the feature
My development team at work uses flux/flagger for all of our deployments. The biggest problem we have is the fact that our application is a monolithic monorepo. We deploy our …
-
Can you please let me how can we can perform Istio Canary deployment with Flagger for dependent micro services.
Suppose we have 2 micro services A and B.
Microservice A is invoking svc B using an en…
-
-
### Describe the bug
I've been working on an MR for issue https://github.com/fluxcd/flagger/issues/1646 and ran into this following bug when testing Flagger in my personal kubernetes cluster. I've …
-
### Describe the bug
We are currently using `canaries` with `autoscalerRef` and HPA enabled as described in the docs.
```
apiVersion: flagger.app/v1beta1
kind: Canary
...
spec:
autoscale…