File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
content/en/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ use informers and react to failures of API requests with exponential
31
31
back-off, and other clients that also work this way.
32
32
33
33
{{< caution >}}
34
- Some requests classified as "long-running"&mdash ; such as remote command
35
- execution or log tailing&mdash ; are not subject to the API Priority and
36
- Fairness filter. This is also true for the ` --max-requests-inflight `
37
- flag without the API Priority and Fairness feature enabled. WATCH
38
- requests are considered long-running if API Priority and Fairness is
39
- disabled, NOT long-running if it is enabled.
34
+ Some requests classified as "long-running"&mdash ; such as remote
35
+ command execution or log tailing&mdash ; are not subject to the API
36
+ Priority and Fairness filter. This is also true for the
37
+ ` --max-requests-inflight ` flag without the API Priority and Fairness
38
+ feature enabled. API Priority and Fairness _ does_ apply to WATCH
39
+ requests. When API Priority and Fairness is disabled, WATCH requests
40
+ are not subject to the ` --max-requests-inflight ` limit.
40
41
{{< /caution >}}
41
42
42
43
<!-- body -->
You can’t perform that action at this time.
0 commit comments