Skip to content

Commit 998ab09

Browse files
authored
docs: Add traffic router support to readme (argoproj#2444)
* add table for supported traffic routers Signed-off-by: zachaller <[email protected]> * fix checkmarks Signed-off-by: zachaller <[email protected]> * change not support to x Signed-off-by: zachaller <[email protected]> * fix incorrect alb support Signed-off-by: zachaller <[email protected]> * switch to companies supporting traffic routers Signed-off-by: zachaller <[email protected]> * small formting changes Signed-off-by: zachaller <[email protected]> * remove Supported by Signed-off-by: zachaller <[email protected]> * add fetaure stablility Signed-off-by: zachaller <[email protected]> * GA to stable Signed-off-by: zachaller <[email protected]> * add legend Signed-off-by: zachaller <[email protected]> * add new line Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
1 parent b5a2e53 commit 998ab09

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@ For these reasons, in large scale high-volume production environments, a rolling
4242
* Service Mesh integration: Istio, Linkerd, SMI
4343
* Metric provider integration: Prometheus, Wavefront, Kayenta, Web, Kubernetes Jobs, Datadog, New Relic, InfluxDB
4444

45+
## Supported Traffic Shaping Integrations
46+
| Traffic Shaping Integration | SetWeight | SetWeightExperiments | SetMirror | SetHeader |
47+
|------------------------------|------------------------------|-----------------------------|----------------------------|----------------------------|
48+
| ALB Ingress Controller | :white_check_mark: (stable) | :white_check_mark: (stable) | :x: | :white_check_mark: (alpha) |
49+
| Ambassador | :white_check_mark: (stable) | :x: | :x: | :x: |
50+
| Istio | :white_check_mark: (stable) | :white_check_mark: (stable) | :white_check_mark: (alpha) | :white_check_mark: (alpha) |
51+
| Nginx Ingress Controller | :white_check_mark: (stable) | :x: | :x: | :x: |
52+
| SMI | :white_check_mark: (stable) | :white_check_mark: (stable) | :x: | :x: |
53+
| Traefik | :white_check_mark: (beta) | :x: | :x: | :x: |
54+
55+
:white_check_mark: = Supported
56+
57+
:x: = Not Supported
58+
4559
## Documentation
4660
To learn more about Argo Rollouts go to the [complete documentation](https://argoproj.github.io/argo-rollouts/).
4761

0 commit comments

Comments
 (0)