Skip to content

Commit

Permalink
remove whitespace (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Sep 5, 2024
1 parent d00fa6d commit 144a104
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion setup.RHOAI-v2.10/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ kueue-controller-manager's log:

```


## Kueue Configuration

Create Kueue's default flavor:
Expand Down
1 change: 0 additions & 1 deletion setup.RHOAI-v2.11/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ kueue-controller-manager's log:

```


## Kueue Configuration

Create Kueue's default flavor:
Expand Down
1 change: 0 additions & 1 deletion setup.RHOAI-v2.12/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ kueue-controller-manager's log:
{"level":"info","ts":"2024-06-25T20:17:25.689743757Z","logger":"setup","caller":"jobframework/setup.go:81","msg":"Set up controller and webhook for job framework","jobFrameworkName":"kubeflow.org/pytorchjob"}

```

Apply this patch:
```sh
oc apply -f setup.RHOAI-v2.12/mlbatch-rbac-fix.yaml
Expand Down
2 changes: 1 addition & 1 deletion setup.tmpl/CLUSTER-SETUP.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ kueue-controller-manager's log:
{"level":"info","ts":"2024-06-25T20:17:25.689743757Z","logger":"setup","caller":"jobframework/setup.go:81","msg":"Set up controller and webhook for job framework","jobFrameworkName":"kubeflow.org/pytorchjob"}

```
{{ if eq .VERSION "RHOAI-v2.12" }}
{{- if eq .VERSION "RHOAI-v2.12" }}
Apply this patch:
```sh
{{ .KUBECTL }} apply -f setup.{{ .VERSION }}/mlbatch-rbac-fix.yaml
Expand Down

0 comments on commit 144a104

Please sign in to comment.