Skip to content

Commit

Permalink
document slackcq setting (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Oct 18, 2024
1 parent 1e7dc77 commit c990de5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.RHOAI-v2.13/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ AI configuration as follows:
- `userRBACAdmissionCheck` is disabled,
- `schedulerName` is set to `scheduler-plugins-scheduler`,
- `queueName` is set to `default-queue`,
- `slackQueueName` is set to `slack-cluster-queue`
- pod priorities, resource requests and limits have been adjusted.

To work around https://issues.redhat.com/browse/RHOAIENG-7887 (a race condition
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.14/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ AI configuration as follows:
- `userRBACAdmissionCheck` is disabled,
- `schedulerName` is set to `scheduler-plugins-scheduler`,
- `queueName` is set to `default-queue`,
- `slackQueueName` is set to `slack-cluster-queue`
- pod priorities, resource requests and limits have been adjusted.


Expand Down
3 changes: 3 additions & 0 deletions setup.tmpl/CLUSTER-SETUP.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ 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 or (eq .VERSION "RHOAI-v2.10") (eq .VERSION "RHOAI-v2.11") (eq .VERSION "RHOAI-v2.13") -}}
Expand Down

0 comments on commit c990de5

Please sign in to comment.