You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installing-the-odh-operator-v2.adoc
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,20 @@
8
8
* Your OpenShift cluster has a minimum of 16 CPUs and 32GB of memory across all OpenShift worker nodes.
9
9
* You have cluster administrator privileges for your OpenShift Container Platform cluster.
10
10
* If you are using custom namespaces, you have created and labeled them as required.
11
-
* If you are installing {productname-short} 2.10.0 or later with data science pipelines, ensure your cluster does not have a separate installation of Argo Workflows that was not installed by {productname-short}.
11
+
* If you are installing {productname-short} 2.10.0 or later with data science pipelines, ensure that your cluster either does not have an existing Argo Workflows instance, or that the Argo Workflows instance was installed by {productname-short}.
12
12
+
13
13
[IMPORTANT]
14
14
====
15
-
Data science pipelines 2.0 includes an installation of Argo Workflows. {org-name} does not support direct customer usage of this installation of Argo Workflows.
15
+
Data science pipelines 2.0 includes an installation of Argo Workflows. {org-name} does not support direct customer use of this instance of Argo Workflows.
16
16
17
-
If there is an existing installation of Argo Workflows that is not installed by data science pipelines on your cluster, data science pipelines will be disabled after you install {productname-short}.
18
-
19
-
To enable data science pipelines, remove the separate installation of Argo Workflows from your cluster. Data science pipelines will be enabled automatically.
17
+
If there is an existing Argo Workflows instance on your cluster, data science pipelines will be disabled after you install {productname-short}. To enable data science pipelines, remove the separate Argo Workflows instance from your cluster. Data science pipelines will be enabled automatically.
20
18
21
19
Argo Workflows resources that are created by {productname-short} have the following labels in the OpenShift Console under *Administration > CustomResourceDefinitions*, in the `argoproj.io` group:
* If you are using {productname-short} on a cluster running in FIPS mode, any custom container images for data science pipelines must be based on UBI 9 or RHEL 9. This ensures compatibility with FIPS-approved pipeline components and prevents errors related to mismatched OpenSSL or GNU C Library (glibc) versions.
Copy file name to clipboardExpand all lines: modules/migrating-to-data-science-pipelines-2.adoc
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,28 +19,29 @@ endif::[]
19
19
20
20
[IMPORTANT]
21
21
====
22
-
Data science pipelines 2.0 contains an installation of Argo Workflows. {org-name} does not support direct customer usage of this installation of Argo Workflows.
22
+
Data science pipelines 2.0 contains an installation of Argo Workflows. {org-name} does not support direct customer use of this instance of Argo Workflows.
23
23
24
24
ifdef::upstream[]
25
-
To install or upgrade to {productname-short} 2.10.0 or later with data science pipelines, ensure that your cluster does not have an existing installation of Argo Workflows that is not installed by {productname-short}.
25
+
To install or upgrade to {productname-short} 2.10.0 or later with data science pipelines, ensure that your cluster does not have an existing instance of Argo Workflows that is not installed by {productname-short}.
26
26
endif::[]
27
27
ifndef::upstream[]
28
28
ifdef::self-managed[]
29
-
To install or upgrade to {productname-short} 2.9 or later with data science pipelines, ensure that your cluster does not have an existing installation of Argo Workflows that is not installed by {productname-short}.
29
+
To install or upgrade to {productname-short} 2.9 or later with data science pipelines, ensure that your cluster does not have an existing instance of Argo Workflows that is not installed by {productname-short}.
30
30
endif::[]
31
31
ifdef::cloud-service[]
32
-
To install or upgrade to {productname-short} with data science pipelines 2.0, ensure that your cluster does not have an existing installation of Argo Workflows that is not installed by {productname-short}.
32
+
To install or upgrade to {productname-short} with data science pipelines 2.0, ensure that your cluster does not have an existing instance of Argo Workflows that is not installed by {productname-short}.
33
33
endif::[]
34
34
endif::[]
35
-
If there is an existing installation of Argo Workflows that is not installed by data science pipelines on your cluster, data science pipelines will be disabled after you install or upgrade {productname-short}. To enable data science pipelines, remove the separate installation of Argo Workflows from your cluster. Data science pipelines will be enabled automatically.
36
35
37
36
Argo Workflows resources that are created by {productname-short} have the following labels in the OpenShift Console under *Administration > CustomResourceDefinitions*, in the `argoproj.io` group:
If there is an instance of Argo Workflows on your cluster that was not provided by {productname-short}, data science pipelines will be disabled after you install or upgrade {productname-short}. To enable data science pipelines, remove the separate instance of Argo Workflows from your cluster and data science pipelines will be enabled automatically.
44
45
====
45
46
46
47
== Upgrading to data science pipelines 2.0
@@ -52,9 +53,9 @@ Starting with {productname-short} 2.16, data science pipelines 1.0 resources are
52
53
53
54
To upgrade to data science pipelines 2.0, follow these steps:
54
55
55
-
. Ensure that your cluster does not have an existing installation of Argo Workflows that is not installed by {productname-short}, and then follow the upgrade steps described in link:{odhdocshome}/upgrading-open-data-hub/#upgrading-odh-v2_upgradev2[Upgrading Open Data Hub version 2.0 to version 2.2].
56
+
. Ensure that your cluster does not have an existing Argo Workflows instance, and then follow the upgrade steps described in link:{odhdocshome}/upgrading-open-data-hub/#upgrading-odh-v2_upgradev2[Upgrading Open Data Hub version 2.0 to version 2.2].
56
57
+
57
-
If you upgrade to {productname-short} with data science pipelines 2.0 enabled, and there is an existing installation of Argo Workflows that is not installed by data science pipelines on your cluster, {productname-short} components will not be upgraded. To complete the component upgrade, disable data science pipelines or remove the separate installation of Argo Workflows from your cluster. The component upgrade will then complete automatically.
58
+
If you upgrade to {productname-short} with data science pipelines 2.0 enabled and your cluster has an existing Argo Workflows instance that was not provided by {productname-short}, {productname-short} components will not be upgraded. To complete the component upgrade, disable data science pipelines or remove the separate instance of Argo Workflows from your cluster. The component upgrade will then complete automatically.
58
59
. Update your workbenches to use the workbench image version 2024.1 or later. For more information, see link:{odhdocshome}/working-on-data-science-projects/#updating-a-project-workbench_projects[Updating a project workbench].
59
60
. Manually migrate your pipelines from data science pipelines 1.0 to 2.0:
Copy file name to clipboardExpand all lines: modules/requirements-for-upgrading-odh-v2.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ Starting with {productname-short} 2.16, data science pipelines 1.0 resources are
46
46
47
47
[IMPORTANT]
48
48
====
49
-
Data science pipelines 2.0 contains an installation of Argo Workflows. {org-name} does not support direct usage of this installation of Argo Workflows.
49
+
Data science pipelines 2.0 contains an installation of Argo Workflows. {org-name} does not support direct use of this instance of Argo Workflows.
50
50
51
-
If you upgrade to {productname-short} 2.10.0 or later with data science pipelines enabled and an Argo Workflows installation that is not installed by data science pipelines exists on your cluster, {productname-short} components will not be upgraded. To complete the component upgrade, disable data science pipelines or remove the separate installation of Argo Workflows. The component upgrade will complete automatically.
51
+
If you upgrade to {productname-short} 2.10.0 or later with data science pipelines enabled and an Argo Workflows instance that is not installed by data science pipelines exists on your cluster, {productname-short} components will not be upgraded. To complete the component upgrade, disable data science pipelines or remove the separate instance of Argo Workflows. The component upgrade will complete automatically.
0 commit comments