You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/policy-enforcement/rate-limit/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ up to 4 requests per minute, allowing for any in-mesh traffic.
16
16
17
17
## Before you begin
18
18
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
+
19
23
1. Setup Istio in a Kubernetes cluster by following the instructions in the
0 commit comments