Skip to content

Commit 0bf041e

Browse files
authored
RHOAI-11417 DSP user feedback (#884)
* RHOAI-11417 DSP user feedback * edits
1 parent a915636 commit 0bf041e

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

modules/installing-the-odh-operator-v2.adoc

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,20 @@
88
* Your OpenShift cluster has a minimum of 16 CPUs and 32GB of memory across all OpenShift worker nodes.
99
* You have cluster administrator privileges for your OpenShift Container Platform cluster.
1010
* 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}.
1212
+
1313
[IMPORTANT]
1414
====
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.
1616
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.
2018
2119
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:
22-
[source]
20+
[source,yaml]
2321
----
24-
labels:
25-
app.kubernetes.io/part-of: data-science-pipelines-operator
26-
app.opendatahub.io/data-science-pipelines-operator: 'true'
22+
labels:
23+
app.kubernetes.io/part-of: data-science-pipelines-operator
24+
app.opendatahub.io/data-science-pipelines-operator: 'true'
2725
----
2826
====
2927
* 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.

modules/migrating-to-data-science-pipelines-2.adoc

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,29 @@ endif::[]
1919

2020
[IMPORTANT]
2121
====
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.
2323
2424
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}.
2626
endif::[]
2727
ifndef::upstream[]
2828
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}.
3030
endif::[]
3131
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}.
3333
endif::[]
3434
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.
3635
3736
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:
38-
[source]
37+
[source,yaml]
3938
----
40-
labels:
41-
app.kubernetes.io/part-of: data-science-pipelines-operator
42-
app.opendatahub.io/data-science-pipelines-operator: 'true'
39+
labels:
40+
app.kubernetes.io/part-of: data-science-pipelines-operator
41+
app.opendatahub.io/data-science-pipelines-operator: 'true'
4342
----
43+
44+
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.
4445
====
4546

4647
== Upgrading to data science pipelines 2.0
@@ -52,9 +53,9 @@ Starting with {productname-short} 2.16, data science pipelines 1.0 resources are
5253

5354
To upgrade to data science pipelines 2.0, follow these steps:
5455

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].
5657
+
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.
5859
. 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].
5960
. Manually migrate your pipelines from data science pipelines 1.0 to 2.0:
6061

modules/requirements-for-upgrading-odh-v2.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Starting with {productname-short} 2.16, data science pipelines 1.0 resources are
4646

4747
[IMPORTANT]
4848
====
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.
5050
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.
5252
====
5353

5454
*Recreate model registries*

0 commit comments

Comments
 (0)