Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions setup.tmpl/CLUSTER-SETUP.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ AI configuration as follows:
- `userRBACAdmissionCheck` is disabled,
- `schedulerName` is set to `scheduler-plugins-scheduler`,
- `queueName` is set to `default-queue`,
{{- if .SLACKCQ }}
- `slackQueueName` is set to `slack-cluster-queue`
{{- end }}
- pod priorities, resource requests and limits have been adjusted.

{{ if (eq .VERSION "RHOAI-v2.13") -}}
Expand Down Expand Up @@ -170,8 +168,6 @@ Create `mlbatch-edit` role:
{{ .KUBECTL }} apply -f setup.{{ .VERSION }}/mlbatch-edit-role.yaml
```

{{- if .SLACKCQ }}

## Slack Cluster Queue

Create the designated slack `ClusterQueue` which will be used to automate
Expand Down Expand Up @@ -214,4 +210,3 @@ covered resources. The `lendingLimit` for each resource will be
dynamically adjusted by the MLBatch system to reflect reduced cluster
capacity. See [QUOTA_MAINTENANCE.md](../QUOTA_MAINTENANCE.md) for a
detailed discussion of the role of the slack `ClusterQueue`.
{{- end }}
1 change: 0 additions & 1 deletion setup.tmpl/Kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
OPENSHIFT: false
VERSION: k8s
KUBECTL: kubectl
SLACKCQ: true
FAIRSHARE: true
1 change: 0 additions & 1 deletion setup.tmpl/RHOAI-v2.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
OPENSHIFT: true
VERSION: RHOAI-v2.13
KUBECTL: oc
SLACKCQ: true
FAIRSHARE: false
1 change: 0 additions & 1 deletion setup.tmpl/RHOAI-v2.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
OPENSHIFT: true
VERSION: RHOAI-v2.16
KUBECTL: oc
SLACKCQ: true
FAIRSHARE: true
1 change: 0 additions & 1 deletion setup.tmpl/RHOAI-v2.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
OPENSHIFT: true
VERSION: RHOAI-v2.17
KUBECTL: oc
SLACKCQ: true
FAIRSHARE: true