Skip to content

Commit ab2688e

Browse files
authored
simplify templates; slack cq enabled on all supported versions (#127)
1 parent d8b9abf commit ab2688e

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

setup.tmpl/CLUSTER-SETUP.md.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

177173
Create the designated slack `ClusterQueue` which will be used to automate
@@ -214,4 +210,3 @@ covered resources. The `lendingLimit` for each resource will be
214210
dynamically adjusted by the MLBatch system to reflect reduced cluster
215211
capacity. See [QUOTA_MAINTENANCE.md](../QUOTA_MAINTENANCE.md) for a
216212
detailed discussion of the role of the slack `ClusterQueue`.
217-
{{- end }}

setup.tmpl/Kubernetes.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
OPENSHIFT: false
44
VERSION: k8s
55
KUBECTL: kubectl
6-
SLACKCQ: true
76
FAIRSHARE: true

setup.tmpl/RHOAI-v2.13.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
OPENSHIFT: true
44
VERSION: RHOAI-v2.13
55
KUBECTL: oc
6-
SLACKCQ: true
76
FAIRSHARE: false

setup.tmpl/RHOAI-v2.16.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
OPENSHIFT: true
44
VERSION: RHOAI-v2.16
55
KUBECTL: oc
6-
SLACKCQ: true
76
FAIRSHARE: true

setup.tmpl/RHOAI-v2.17.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
OPENSHIFT: true
44
VERSION: RHOAI-v2.17
55
KUBECTL: oc
6-
SLACKCQ: true
76
FAIRSHARE: true

0 commit comments

Comments
 (0)