@@ -409,18 +409,22 @@ When you enable the API Priority and Fairness feature, the kube-apiserver serves
409
409
```
410
410
The output is similar to this:
411
411
```
412
- PriorityLevelName, FlowSchemaName, QueueIndex, RequestIndexInQueue, FlowDistingsher, ArriveTime,
413
- exempt, <none>, <none>, <none>, <none>, <none>,
412
+ PriorityLevelName, FlowSchemaName, QueueIndex, RequestIndexInQueue, FlowDistingsher, ArriveTime,
413
+ exempt, <none>, <none>, <none>, <none>, <none>,
414
+ system, system-nodes, 12, 0, system:node:127.0.0.1, 2020-07-23T15:26:57.179170694Z,
414
415
```
416
+
417
+ In addition to the queued requests, the output includeas one phantom line for each priority level that is exempt from limitation.
415
418
416
419
You can get a more detailed listing with a command like this:
417
420
``` shell
418
421
kubectl get --raw ' /debug/api_priority_and_fairness/dump_requests?includeRequestDetails=1'
419
422
```
420
423
The output is similar to this:
421
424
```
422
- PriorityLevelName, FlowSchemaName, QueueIndex, RequestIndexInQueue, FlowDistingsher, ArriveTime, UserName, Verb, APIPath, Namespace, Name, APIVersion, Resource, SubResource,
423
- exempt, <none>, <none>, <none>, <none>, <none>, <none>, <none>, <none>, <none>, <none>, <none>, <none>, <none>,
425
+ PriorityLevelName, FlowSchemaName, QueueIndex, RequestIndexInQueue, FlowDistingsher, ArriveTime, UserName, Verb, APIPath, Namespace, Name, APIVersion, Resource, SubResource,
426
+ system, system-nodes, 12, 0, system:node:127.0.0.1, 2020-07-23T15:31:03.583823404Z, system:node:127.0.0.1, create, /api/v1/namespaces/scaletest/configmaps,
427
+ system, system-nodes, 12, 1, system:node:127.0.0.1, 2020-07-23T15:31:03.594555947Z, system:node:127.0.0.1, create, /api/v1/namespaces/scaletest/configmaps,
424
428
```
425
429
426
430
## {{% heading "whatsnext" %}}
0 commit comments