4
4
The cluster setup installs Red Hat OpenShift AI and Coscheduler, configures Kueue,
5
5
cluster roles, and priority classes.
6
6
7
- If MLBatch is deployed on a cluster that used to run earlier versions of ODH,
8
- [MCAD](https://github.com/project-codeflare/mcad), Red Hat OpenShift AI, or Coscheduler,
9
- make sure to scrub traces of these installations. In particular, make sure to
10
- delete the following custom resource definitions (CRD) if present on the
11
- cluster. Make sure to delete all instances prior to deleting the CRDs:
12
- ```sh
13
- # Delete old appwrappers and crd
14
- {{ .KUBECTL }} delete appwrappers --all -A
15
- {{ .KUBECTL }} delete crd appwrappers.workload.codeflare.dev
16
-
17
- # Delete old noderesourcetopologies and crd
18
- {{ .KUBECTL }} delete noderesourcetopologies --all -A
19
- {{ .KUBECTL }} delete crd noderesourcetopologies.topology.node.k8s.io
20
- ```
21
7
{{- else -}}
22
8
The cluster setup installs and configures the following components:
23
9
+ Coscheduler
@@ -27,20 +13,6 @@ The cluster setup installs and configures the following components:
27
13
+ AppWrappers
28
14
+ Cluster roles and priority classes
29
15
30
- If MLBatch is deployed on a cluster that used to run earlier versions of ODH,
31
- [MCAD](https://github.com/project-codeflare/mcad), or Coscheduler,
32
- make sure to scrub traces of these installations. In particular, make sure to
33
- delete the following custom resource definitions (CRD) if present on the
34
- cluster. Make sure to delete all instances prior to deleting the CRDs:
35
- ```sh
36
- # Delete old appwrappers and crd
37
- {{ .KUBECTL }} delete appwrappers --all -A
38
- {{ .KUBECTL }} delete crd appwrappers.workload.codeflare.dev
39
-
40
- # Delete old noderesourcetopologies and crd
41
- {{ .KUBECTL }} delete noderesourcetopologies --all -A
42
- {{ .KUBECTL }} delete crd noderesourcetopologies.topology.node.k8s.io
43
- ```
44
16
{{- end }}
45
17
46
18
## Priorities
0 commit comments