From da6e38e51db4c733280d08fdb5fac9b7cd1e4120 Mon Sep 17 00:00:00 2001 From: Niranjan Shankar Date: Mon, 16 Dec 2024 17:56:04 -0500 Subject: [PATCH] Remove L7 EnvoyFilter from Ambient docs (#16100) Signed-off-by: nshankar --- content/en/docs/ambient/usage/l7-features/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/ambient/usage/l7-features/index.md b/content/en/docs/ambient/usage/l7-features/index.md index 1d109ede3ee6..d00558650cae 100644 --- a/content/en/docs/ambient/usage/l7-features/index.md +++ b/content/en/docs/ambient/usage/l7-features/index.md @@ -56,12 +56,11 @@ The [full set of Istio traffic metrics](/docs/reference/config/metrics/) are exp ## Extension -As the waypoint proxy is a deployment of {{< gloss >}}Envoy{{< /gloss >}}, the extension mechanisms that are available for Envoy in {{< gloss "sidecar">}}sidecar mode{{< /gloss >}} are also available to waypoint proxies. +As the waypoint proxy is a deployment of {{< gloss >}}Envoy{{< /gloss >}}, some of the extension mechanisms that are available for Envoy in {{< gloss "sidecar">}}sidecar mode{{< /gloss >}} are also available to waypoint proxies. | Name | Feature Status | Attachment | | --- | --- | --- | | `WasmPlugin` † | Alpha | `targetRefs` | -| `EnvoyFilter` | Alpha | `targetRefs` | † [Read more on how to extend waypoints with WebAssembly plugins](/docs/ambient/usage/extend-waypoint-wasm/).