flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
Add a `ports` field in the canary service specs that allows full control over port mapping and protocol, as an alternative to port discovery. If the new `ports` field is...
Hello, this issue should ideally be a discussion, so sorry if it's out of place. I'm learning Kubernetes and the whole ecosystem, and have a GitOps setup with fluxcd, I...
This is just a display issue in the status, that can cause some confusion.
Linkerd has deprecated the SMI integration and now it fully supports the Gateway API https://linkerd.io/2.18/features/gateway-api/ Tasks: - [ ] Update [Linkerd e2e](https://github.com/fluxcd/flagger/tree/main/test/linkerd) to use Gateway API - [ ] Remove...
Addresses #1312, #1257, #1115 Retains all `matchLabels` in the primary `Deployment` or `DaemonSet`, instead of picking the first one that matches the `-selector-labels`. Still appends `-primary` to the value of...
## Describe the feature [UnmatchedPreflights](https://istio.io/latest/docs/reference/config/networking/virtual-service/#CorsPolicy-UnmatchedPreflights) allows istio VirtualService to overwrite the service own set cors policies but it's not settable when using canaries. ### Proposed solution Allow setting the option...
### Describe the bug Hi everyone! Glad to see this great project returns to life! I have Contour with `--ingress-class-name=contour`, so it ignores any HTTPProxies that specify a different ingress...
Given that Kuma now supports [Gateway API](https://kuma.io/docs/2.12.x/using-mesh/managing-ingress-traffic/gateway-api/) we can remove the TrafficRoute integration and delete all Kuma API specific code from Flagger. Tasks: - [ ] Update [Kuma e2e](https://github.com/fluxcd/flagger/tree/main/test/kuma) to...
### What I’m trying to do Use Flagger (Gateway API provider) with Istio Ambient Mesh + Waypoint to canary main-service (v1→v2). I need header-based fan-out: when a request lands on...
## Describe the feature We are trying to use Flagger to manage multiple deployments of the same service across multiple k8s clusters. As the new k8s clusters may not be...