Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Porta authored and Ivan Porta committed Dec 20, 2024
1 parent af90c1b commit 9fdbb18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions linkerd.io/content/2-edge/reference/apigateway-grpcroute.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Reference guide to Gateway API gRPCRoutes resources.

## Linkerd and Gateway API gRPCRoutes

Samelessy than HTTPRoute, Linkerd supports the Kubernetes Gateway API gRPC
Samelessy to HTTPRoute, Linkerd supports the Kubernetes Gateway API gRPC
resources alongside its own traffic management API. Linkerd automatically
installs these CRDs during the installation process unless the
`--set enableHttpRoutes=false` flag or the `enableHttpRoutes=false` Helm value
Expand All @@ -24,14 +24,14 @@ linkerd-destination pods to fail during startup. {{< /warning >}}
The table below shows the latest supported versions of the Gateway API and the
features they enable:

| Feature | GRPCRoute |
| ----------------- | --------- |
| Traffic Splitting | v0.7 |
| Header Matching | v0.7 |
| Path Matching | v0.7 |
| Rate Limiting | - |
| Circuit Breaking | v0.7 |
| Authentication | v0.7 |
| Feature | GRPCRoute |
| ----------------- | ----------- |
| Traffic Splitting | v0.7.0 |
| Header Matching | v0.7.0 |
| Path Matching | v0.7.0 |
| Rate Limiting | - |
| Circuit Breaking | v0.7.0 |
| Authentication | v0.7.0 |

## GRPCRoute Examples

Expand Down
12 changes: 6 additions & 6 deletions linkerd.io/content/2-edge/reference/apigateway-httproute.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ features they enable:

| Feature | HTTPRoute |
| ----------------- | ------------------- |
| Traffic Splitting | v1.1.0-experimental |
| Header Matching | v1.1.0-experimental |
| Path Matching | v1.1.0-experimental |
| Retry Policies | v1.1.0-experimental |
| Traffic Splitting | v1.1.1-experimental |
| Header Matching | v1.1.1-experimental |
| Path Matching | v1.1.1-experimental |
| Retry Policies | v1.1.1-experimental |
| Rate Limiting | - |
| Circuit Breaking | v1.1.0-experimental |
| Authentication | v1.1.0-experimental |
| Circuit Breaking | v1.1.1-experimental |
| Authentication | v1.1.1-experimental |
| Timeouts | - |

## HTTPRoute Examples
Expand Down

0 comments on commit 9fdbb18

Please sign in to comment.