-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SP-4263 Implement compute quotas #719
base: main
Are you sure you want to change the base?
Conversation
…e service monitor.yaml
…kaha-workload-role
…e service monitor.yaml
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #719 +/- ##
============================================
+ Coverage 18.61% 21.00% +2.39%
- Complexity 102 129 +27
============================================
Files 22 24 +2
Lines 1961 2061 +100
Branches 270 278 +8
============================================
+ Hits 365 433 +68
- Misses 1544 1574 +30
- Partials 52 54 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
61416bd
to
592b50d
Compare
Any updates on this @at88mph ? |
@anujachaitanya @abhishekghoshhh Can you shed light on the reason to use transfer the main Kueue Helm Chart into this repository? We can potentially use the upstream Kueue Helm Chart as a dependency in the |
Hello |
We can require to have a separate installation command in install documentation for kueue, e.g.
Ideally, we want to have just one amended It is not strictly required to install Finally, SKAHA_KUEUE_ENABLES=TRUE Since every cluster, will have a different hardware topology, Finally, we are adding a significantly large system, and we need a documentation effort for this feature. |
When we first developed the Kueue feature for CANFAR, Kueue didn't have a Helm repository for installation, so we had to manually add the Helm repo. However, since the latest version of Kueue now includes a Helm repo, we can use a separate installation process.
This Helm chart has been added for administrators to create the clusterqueue and localqueues. To introduce multiple groups, the configuration will need to be modified. If the configuration is included in the base, the base will need to be redeployed each time a queue is created. Therefore, the responsibility has been separated to avoid unnecessary redeployments. |
Changes
CC: @abhishekghoshhh