44The cluster setup installs Red Hat OpenShift AI and Coscheduler, configures Kueue,
55cluster roles, and priority classes.
66
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- ```
217{{- else -}}
228The cluster setup installs and configures the following components:
239+ Coscheduler
@@ -27,20 +13,6 @@ The cluster setup installs and configures the following components:
2713+ AppWrappers
2814+ Cluster roles and priority classes
2915
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- ```
4416{{- end }}
4517
4618## Priorities
0 commit comments