Skip to content

Commit 957e3d5

Browse files
authored
add warning about envoyfilter use in rate limit doc (#17006)
Signed-off-by: Ian Rudie <[email protected]>
1 parent 48288ce commit 957e3d5

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/tasks/policy-enforcement/rate-limit

1 file changed

+4
-0
lines changed

content/en/docs/tasks/policy-enforcement/rate-limit/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ up to 4 requests per minute, allowing for any in-mesh traffic.
1616

1717
## Before you begin
1818

19+
{{< warning >}}
20+
Rate limits as described in this document are implemented using the EnvoyFilter API. EnvoyFilter exposes internal implementation details that may change at any time. Please use extreme caution, especially around upgrades.
21+
{{< /warning >}}
22+
1923
1. Setup Istio in a Kubernetes cluster by following the instructions in the
2024
[Installation Guide](/docs/setup/getting-started/).
2125

0 commit comments

Comments
 (0)