Skip to content

Commit

Permalink
Update index.md (#16184)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbox authored Jan 20, 2025
1 parent 5a15834 commit 385a40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/ambient/usage/waypoint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit 385a40c

Please sign in to comment.