fluxcd / flagger

Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
https://docs.flagger.app
Apache License 2.0
4.86k stars 726 forks source link

HAProxy support #1303

Open vchirikov opened 1 year ago

vchirikov commented 1 year ago

Hi, I didn't find an issue to track HAProxy ingress controller support or any info about dates in roadmap.

Could you give any info about HAProxy support?

stefanprodan commented 1 year ago

First the HAProxy ingress controller has to add support for Kubernetes Gateway API v1alpha2. In November we'll add support for Gateway API v1beta1 as well, so preferably HAProxy should also support v1beta1. cc @aryan9600

vchirikov commented 1 year ago

@stefanprodan afaik they partially implemented v1alpha2 spec in the v0.14 release

Is it enough for flagger or not?

vchirikov commented 1 year ago

@aryan9600 , @stefanprodan v0.14 has been released