Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: yuteng <[email protected]>
  • Loading branch information
0yukali0 committed Nov 2, 2024
1 parent ae9f6b9 commit 9ed6b05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rfc/system/5575-supporting-yunikorn-and-kueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ queueconfig:
general:
- org: org1
users: "*"
acl:
- jobs: "ray,dask"
jobs:
- type: "ray"
priorityclass: priority-ray
gangscheduling: "placeholderTimeoutInSeconds=60 gangSchedulingStyle=hard"
- jobs: "spark"
- type: "spark"
priorityclass: priority-spark
gangscheduling: "placeholderTimeoutInSeconds=30 gangSchedulingStyle=hard"
namespace:
default:
priorityclass: priority-default
- org: org2
users: "user4, user5"
acl:
jobs:
- jobs: "*"
```
Mentioned configuration indicates what queues exist for an org.
Hierarchical queues will be structured as follows.
root.org1.ray、root.org1.spark, root.org1.default and root.org2."CRDs".
root.org1.ray、root.org1.spark and root.org1.default".
ray and spark linked to priority class setting ` yunikorn.apache.org/allow-preemption` with `false` recommand Yunikorn do its best to prevent applications from preemption.

Expand Down

0 comments on commit 9ed6b05

Please sign in to comment.