Philipp Plotnikov
Philipp Plotnikov
I would like to implement it
@object88 yes, of course https://github.com/argoproj/argo-rollouts/pull/2004. Here I have made the support but without tests, Im in process. I tested locally it works.
I have finished PR with Gateway API support, can someone review it please ? https://github.com/argoproj/argo-rollouts/pull/2004
Hi @shuker85, can you drop me the link to the documentation of Zuul Gateway please ?
@shuker85 am I right it is simple java application ? If yes, you can of course use this feature as Zuul Gateway will be pods simply. Create pods using ArgoRollouts...
@zachaller hi. Am I right you would like to add in argo-rollouts feature to create canary-route, stable-route and traffic splitter(in this case gatewayService) with itself so user wont need to...
I didnt understand this ``` trafficRouting: managedRoutes: - name: primary-route canaryRoute: true #This becomes the default/canary route in the upstream traffic router ``` I undertsood that we would like to...
Im not sure that I understood but it sounds like it needs big change maybe this can be pushed and after I will add another PR with needing update ?...
Hi, I have implemented Gateway API support. Can someone review it ? https://github.com/argoproj/argo-rollouts/pull/2004 It should solve the problem with Kong and Kuma
I would like to implement it