mirror of https://github.com/istio/istio.io.git
Clarify API support in waypoint (#15949)
* Clarify API support in waypoint DestinationRule is now supported * Update content/en/docs/ambient/usage/l7-features/index.md Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com> --------- Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
This commit is contained in:
parent
9445ac7b04
commit
c9abe02ec0
|
@ -9,9 +9,7 @@ test: no
|
|||
By adding a waypoint proxy to your traffic flow you can enable more of [Istio's features](/docs/concepts). Waypoints are configured using the {{< gloss "gateway api" >}}Kubernetes Gateway API{{< /gloss >}}.
|
||||
|
||||
{{< warning >}}
|
||||
The Istio classic traffic management APIs (virtual service, destination rules etc) remain at Alpha when used with the ambient data plane mode.
|
||||
|
||||
Mixing Istio classic API and Gateway API configuration is not supported, and will lead to undefined behavior.
|
||||
Usage of VirtualService with the ambient data plane mode is considered Alpha. Mixing with Gateway API configuration is not supported, and will lead to undefined behavior.
|
||||
{{< /warning >}}
|
||||
|
||||
## Route and policy attachment
|
||||
|
|
Loading…
Reference in New Issue