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.
2 parents a290d0c + e4000fe commit d666c90Copy full SHA for d666c90
content/en/docs/concepts/cluster-administration/flow-control.md
@@ -174,7 +174,7 @@ to balance progress between request flows.
174
175
The queuing configuration allows tuning the fair queuing algorithm for a
176
priority level. Details of the algorithm can be read in the
177
-[enhancement proposal](#what-s-next), but in short:
+[enhancement proposal](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/1040-priority-and-fairness), but in short:
178
179
* Increasing `queues` reduces the rate of collisions between different flows, at
180
the cost of increased memory usage. A value of 1 here effectively disables the
0 commit comments