File tree Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,7 @@ AI configuration as follows:
8686 - `userRBACAdmissionCheck` is disabled,
8787 - `schedulerName` is set to `scheduler-plugins-scheduler`,
8888 - `queueName` is set to `default-queue`,
89- {{- if .SLACKCQ }}
9089 - `slackQueueName` is set to `slack-cluster-queue`
91- {{- end }}
9290- pod priorities, resource requests and limits have been adjusted.
9391
9492{{ if (eq .VERSION "RHOAI-v2.13") -}}
@@ -170,8 +168,6 @@ Create `mlbatch-edit` role:
170168{{ .KUBECTL }} apply -f setup.{{ .VERSION }}/mlbatch-edit-role.yaml
171169```
172170
173- {{- if .SLACKCQ }}
174-
175171## Slack Cluster Queue
176172
177173Create the designated slack `ClusterQueue` which will be used to automate
@@ -214,4 +210,3 @@ covered resources. The `lendingLimit` for each resource will be
214210dynamically adjusted by the MLBatch system to reflect reduced cluster
215211capacity. See [QUOTA_MAINTENANCE.md](../QUOTA_MAINTENANCE.md) for a
216212detailed discussion of the role of the slack `ClusterQueue`.
217- {{- end }}
Original file line number Diff line number Diff line change 33OPENSHIFT : false
44VERSION : k8s
55KUBECTL : kubectl
6- SLACKCQ : true
76FAIRSHARE : true
Original file line number Diff line number Diff line change 33OPENSHIFT : true
44VERSION : RHOAI-v2.13
55KUBECTL : oc
6- SLACKCQ : true
76FAIRSHARE : false
Original file line number Diff line number Diff line change 33OPENSHIFT : true
44VERSION : RHOAI-v2.16
55KUBECTL : oc
6- SLACKCQ : true
76FAIRSHARE : true
Original file line number Diff line number Diff line change 33OPENSHIFT : true
44VERSION : RHOAI-v2.17
55KUBECTL : oc
6- SLACKCQ : true
76FAIRSHARE : true
You can’t perform that action at this time.
0 commit comments