rollouts-plugin-trafficrouter-gatewayapi icon indicating copy to clipboard operation
rollouts-plugin-trafficrouter-gatewayapi copied to clipboard

The Argo Rollouts plugin implementing the Kubernetes Gateway API specification for using different traffic providers in progressive delivery scenarios

Results 27 rollouts-plugin-trafficrouter-gatewayapi issues
Sort by recently updated
recently updated
newest added

It would be great to add profiling support so that people can check performance of the plugin in their production system

enhancement

Hey guys, I noticed that the example given in the docs has an issue which causes the error below when deployed as-is: ``` Failed to init config: failed to unmarshal...

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...

Checklist: * [*] I've included steps to reproduce the bug. * [*] I've included the version of argo rollouts. * [*] I've included the version of the gateway API plugin...

bug

Related to thread in CNCF slack here: https://cloud-native.slack.com/archives/C01U781DW2E/p1741202571985169 I don't believe that we should be modifying the weight of a `canaryBackendRef` when that ref is inside of a rule that...

Hi Argo team, I hope you're doing well! My team is currently working on utilizing the `trafficrouter-gatewayapi` plugin, and for security reasons, we need to proxy the plugin download via...

HttpRoute can split traffic between services in different namespaces. ``` kind: HTTPRoute apiVersion: gateway.networking.k8s.io/v1 metadata: name: argo-rollouts-http-route namespace: infra spec: parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: kong rules: -...

Hi, ## Context We're using Argo Rollouts to deploy services. Our infrastructure setup includes two constraints: - We use muti-cluster deployments in which a single service is deployed into multiple...

Argo rollouts allow setting the log format (text/json) and log level by environment variables, and allow sending args to the plugins as demonstrated by the newest PR #101. It would...

Hey! I'm a big fan of this project, and of Gateway API in general. Sadly though, linkerd aren't really keeping up to speed on the gateway api updates, and are...