Skip to content

Commit 4e37d70

Browse files
committed
Remove experimental callout on GRPCRoute guide.
GRPCRoute is GA and has been included in the standard channel since v1.1.0.
1 parent d248469 commit 4e37d70

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

site-src/guides/grpc-routing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# gRPC routing
22

3-
!!! info "Experimental Channel"
4-
5-
The `GRPCRoute` resource described below is currently only included in the
6-
"Experimental" channel of Gateway API. For more information on release
7-
channels, refer to our [versioning guide](/concepts/versioning).
8-
93
The [GRPCRoute resource](/api-types/grpcroute) allows you to match on gRPC traffic and
104
direct it to Kubernetes backends. This guide shows how the GRPCRoute matches
115
traffic on host, header, and service, and method fields and forwards it to different

site-src/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/downloa
5252

5353
The experimental release channel includes everything in the standard release
5454
channel plus some experimental resources and fields. This includes
55-
TCPRoute, TLSRoute, UDPRoute and GRPCRoute.
55+
TCPRoute, TLSRoute, and UDPRoute.
5656

5757
Note that future releases of the API could include breaking changes to
5858
experimental resources and fields. For example, any experimental resource or

0 commit comments

Comments
 (0)