Skip to content

Commit 1985208

Browse files
authored
Merge pull request #40350 from asa3311/sync-flow-control.md
[zh-cn] sync flow-control.md
2 parents 4d28c98 + 6163ae6 commit 1985208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/zh-cn/docs/concepts/cluster-administration/flow-control.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,11 +918,14 @@ poorly-behaved workloads that may be harming system health.
918918
queue excess requests, or
919919
* `time-out`, indicating that the request was still in the queue
920920
when its queuing time limit expired.
921+
* `cancelled`, indicating that the request is not purge locked
922+
and has been ejected from the queue.
921923
-->
922924
* `queue-full`,表明已经有太多请求排队,
923925
* `concurrency-limit`,表示将 PriorityLevelConfiguration 配置为
924926
`Reject` 而不是 `Queue`,或者
925927
* `time-out`,表示在其排队时间超期的请求仍在队列中。
928+
* `cancelled`,表示该请求未被清除锁定,已从队列中移除。
926929

927930
<!--
928931
* `apiserver_flowcontrol_dispatched_requests_total` is a counter

0 commit comments

Comments
 (0)