From 385a40cc8052772726af41e9dd713236aa97d438 Mon Sep 17 00:00:00 2001 From: Craig Box Date: Mon, 20 Jan 2025 22:16:55 +1300 Subject: [PATCH] Update index.md (#16184) --- content/en/docs/ambient/usage/waypoint/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/ambient/usage/waypoint/index.md b/content/en/docs/ambient/usage/waypoint/index.md index 2c0c9da20cab..da7a445c1e36 100644 --- a/content/en/docs/ambient/usage/waypoint/index.md +++ b/content/en/docs/ambient/usage/waypoint/index.md @@ -67,7 +67,7 @@ spec: protocol: HBONE {{< /text >}} -Note the Gateway resource has the `istio-waypoint` label set to `gatewayClassName` which indicates it is a waypoint provided by Istio. The Gateway resource is labeled with `istio.io/waypoint-for: service`, indicating the waypoint can process traffic for services, which is the default. +Note the Gateway resource has a `gatewayClassName` of `istio-waypoint`, which instantiates an Istio-managed waypoint. The Gateway resource is labeled with `istio.io/waypoint-for: service`, indicating the waypoint can process traffic for services, which is the default. To deploy a waypoint proxy directly, use `apply` instead of `generate`: