We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f513c7f commit 6163ae6Copy full SHA for 6163ae6
content/zh-cn/docs/concepts/cluster-administration/flow-control.md
@@ -918,11 +918,14 @@ poorly-behaved workloads that may be harming system health.
918
queue excess requests, or
919
* `time-out`, indicating that the request was still in the queue
920
when its queuing time limit expired.
921
+ * `cancelled`, indicating that the request is not purge locked
922
+ and has been ejected from the queue.
923
-->
924
* `queue-full`,表明已经有太多请求排队,
925
* `concurrency-limit`,表示将 PriorityLevelConfiguration 配置为
926
`Reject` 而不是 `Queue`,或者
927
* `time-out`,表示在其排队时间超期的请求仍在队列中。
928
+ * `cancelled`,表示该请求未被清除锁定,已从队列中移除。
929
930
<!--
931
* `apiserver_flowcontrol_dispatched_requests_total` is a counter
0 commit comments