Skip to content

Commit 93d3515

Browse files
committed
Found and fixed problem in caution about WATCH requests.
1 parent f00cdb8 commit 93d3515

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/en/docs/concepts/cluster-administration/flow-control.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ use informers and react to failures of API requests with exponential
3131
back-off, and other clients that also work this way.
3232

3333
{{< 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.
4041
{{< /caution >}}
4142

4243
<!-- body -->

0 commit comments

Comments
 (0)