rollouts-plugin-trafficrouter-gatewayapi
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
Some Gateway API implementations do not support Gateway API v1 yet. (e.g. GKE) I added a new flag `http-route-api-version` for users to configure HTTP route version during plugin initialization. This...
Hi Team Faced one issue when integrating KIC with Argo Rollouts. This seems to be an issue with KIC, I did raise a ticket there too but wanted to check...
If you would like to have SetMirrorRoute functionality. Give it a 👍. We prioritize the issues with the most 👍
Currently we only have simple unit tests. We should have integration tests like Argo Rollouts
Checklist: Argo roll out image version : v1.7.0 Kong Version: 3.5 Argo roll out app version: 2.37.2 **Describe the bug** **To Reproduce** 1. Install argo roll out 2. Install kong...
The header based routing example only works if the existing HTTP route has no filters. This works ``` apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: my-smart-route spec: parentRefs: - name: traefik-gateway...
Plugin version 0.3.0 and up needs 1.0+ implementations of the Gateway API
The plugin now supports [header-based routing](https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/features/header-based-routing/). We need to create an end-to-end example with a full demo.
Hey, so I've been using this plugin for a little while with linkerd, and been following the development quite closely here, on linkerd2, and gateway api itself. From what I...
It appears we're among the first to test out this plugin with linkerd and grpcroutes so I thought I'd share some knowledge which might help others. We're running a custom...