AI-Hypercomputer / AI-Hypercomputer/xpk

Support multiple clusterqueues / localqueues with xpk

オープン
#51 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
193
フォーク
94
平均マージ
24分
マージ済み PR(30日)
1

説明

xpk currently supports one cluster queue / local queue. If an xpk cluster administrator wants to split capacity between different use cases, they would currently have to create separate xpk clusters.

xpk can support multiple quotas within the same cluster by using multiple clusterqueues / localqueues.
```
# create a cluster that organizes resource usage limits across different queues
xpk cluster create --quotas= {local_queue_name: device_type, num_slices, local_queue_name2: device_type, num_slices}
# xpk needs to check that the quotas are less than or equal to the quota available
# resources not specified with a quota will be sent to the default cluster kueue
# run a workload against one of the above queues (local queue name)
xpk cluster create --queue=local_queue_name
# by default the queue will be multislice-queue
# if queue doesn't exist, xpk can list the queues available in the error.
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。