Skip to content

Commit bc8d387

Browse files
authored
Chore: Update providers status page for Linkerd (#149)
Signed-off-by: Bogdan-Adrian Burciu <bogdanadrian.burciu@yahoo.com>
1 parent 6f7fb8f commit bc8d387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/provider-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For convenience we are including here a list of those actually tested with the p
2121
| [Gloo Gateway](https://docs.solo.io/gloo-gateway/v2/) | 2.0.0-beta | 1.0 | 0.2.0 | [Example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/gloo-gateway) |
2222
| [Google Cloud](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api) | N/A | 0.7.0 | 0.2.0 | [Example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/google-cloud) |
2323
| [Kong](https://docs.konghq.com/kubernetes-ingress-controller/latest/concepts/gateway-api/) | 2.9.x | 0.7.1 | 0.2.0 | [Example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/kong) |
24-
| [Linkerd](https://linkerd.io/) | 2.13.0 | Unknown | 0.2.0 | [Example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/linkerd) |
24+
| [Linkerd](https://linkerd.io/) | edge-25.9.4 | 1.2.1 | 0.8.0 | [Example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/linkerd-header-based) |
2525
| [NGINX Gateway](https://github.com/nginxinc/nginx-gateway-fabric) | Unknown | 0.8.0 | 0.2.0 | [Example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/nginx) |
2626
| [Traefik](https://doc.traefik.io/traefik/providers/kubernetes-gateway/) | 3.1.3 | 1.1 | 0.4.0 | [Example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/traefik) |
2727

examples/linkerd-header-based/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ I tested this guide with Linkerd version `edge-25.9.4`.
2222
2323
```shell
2424
export LINKERD2_VERSION=edge-25.9.4; curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install-edge | sh
25-
export PATH=$PATH:/home/baburciu/.linkerd2/bin
25+
export PATH=$PATH:$HOME/.linkerd2/bin
2626
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml # Gateway API CRDs must be installed prior to installing Linkerd
2727
linkerd install --crds | kubectl apply -f -
2828
linkerd install | kubectl apply -f - && linkerd check

0 commit comments

Comments
 (0)