From 91a8942e649bf3c95f5f52a13a47cfae311d324b Mon Sep 17 00:00:00 2001 From: cory-johannsen Date: Tue, 27 Jan 2026 13:18:18 -0800 Subject: [PATCH] 577 - Add version specifier for Envoy Gateway at v1.3.0 Signed-off-by: cory-johannsen --- docs/admin-guide/gatewayapi-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin-guide/gatewayapi-migration.md b/docs/admin-guide/gatewayapi-migration.md index 76d115020..d0ffb0afa 100644 --- a/docs/admin-guide/gatewayapi-migration.md +++ b/docs/admin-guide/gatewayapi-migration.md @@ -35,7 +35,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/downloa ## 2. Create GatewayClass -Create a `GatewayClass` resource using your preferred network controller. For this example, we will use [Envoy Gateway](https://gateway.envoyproxy.io/docs/) as the network controller. +Create a `GatewayClass` resource using your preferred network controller. For this example, we will use [Envoy Gateway](https://gateway.envoyproxy.io/docs/) as the network controller. **Note:** Kserve requires Envoy Gateway **v1.3.0**. ```yaml apiVersion: gateway.networking.k8s.io/v1