From 1159a1392f3c652bf4b0d9248505ee35c61cdee1 Mon Sep 17 00:00:00 2001 From: Rishit Dagli Date: Mon, 24 Oct 2022 18:15:30 +0000 Subject: [PATCH 1/2] Add the "cancelled" reason for rejection --- content/en/docs/concepts/cluster-administration/flow-control.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/concepts/cluster-administration/flow-control.md b/content/en/docs/concepts/cluster-administration/flow-control.md index 40af92cd5b0..1b4616aa0d1 100644 --- a/content/en/docs/concepts/cluster-administration/flow-control.md +++ b/content/en/docs/concepts/cluster-administration/flow-control.md @@ -450,6 +450,8 @@ poorly-behaved workloads that may be harming system health. queue excess requests, or * `time-out`, indicating that the request was still in the queue when its queuing time limit expired. + * `cancelled`, indicating that the request it is not purge locked + and has been ejected from the queue. * `apiserver_flowcontrol_dispatched_requests_total` is a counter vector (cumulative since server start) of requests that began From 550011ebc94373d9df178e6e76b4f936cd7ac0c0 Mon Sep 17 00:00:00 2001 From: Rishit Dagli Date: Sat, 25 Feb 2023 20:27:14 -0500 Subject: [PATCH 2/2] Update content/en/docs/concepts/cluster-administration/flow-control.md Co-authored-by: divya-mohan0209 --- content/en/docs/concepts/cluster-administration/flow-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/flow-control.md b/content/en/docs/concepts/cluster-administration/flow-control.md index 1b4616aa0d1..7bc859e4590 100644 --- a/content/en/docs/concepts/cluster-administration/flow-control.md +++ b/content/en/docs/concepts/cluster-administration/flow-control.md @@ -450,7 +450,7 @@ poorly-behaved workloads that may be harming system health. queue excess requests, or * `time-out`, indicating that the request was still in the queue when its queuing time limit expired. - * `cancelled`, indicating that the request it is not purge locked + * `cancelled`, indicating that the request is not purge locked and has been ejected from the queue. * `apiserver_flowcontrol_dispatched_requests_total` is a counter