Skip to content

Commit

Permalink
add design details for local queue weight
Browse files Browse the repository at this point in the history
  • Loading branch information
KunWuLuan committed Jul 26, 2023
1 parent c83934b commit 72fe311
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion keps/752-localqueue-weight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,12 @@ allow submitting workloads to leaf cluster queues.

And we will add a weight property in local queue to allow setting weights.
We will allow users to change the property, and use `XValidation` to prevent
from users to change cluster queue field.
from users to change cluster queue field.

Weight will be effective for all local queues point to same cluster queue.
If someone only need to fine tune resource sharing between his/her workloads, admins
will create a cluster queue for his/her namespace, and create multi local queue
for him/her. So that he/she can meet the goal.
```golang
// LocalQueueSpec defines the desired state of LocalQueue
type LocalQueueSpec struct {
Expand Down

0 comments on commit 72fe311

Please sign in to comment.