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-odh-components.adoc
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,16 @@ endif::[]
33
33
.Procedure
34
34
. Log in to your {openshift-platform} as a user with `cluster-admin` privileges. If you are performing a developer installation on link:http://try.openshift.com[try.openshift.com], you can log in as the `kubeadmin` user.
35
35
. Select *Operators* -> *Installed Operators*, and then click the *Open Data Hub Operator*.
36
-
. On the *Operator details* page, click the *Data Science Cluster* tab, and then click *Create DataScienceCluster*.
36
+
. On the *Operator details* page, click the *DSC Initialization* tab, and then click *Create DSCInitialization*.
37
+
. On the *Create DSCInitialization* page, configure by using *Form* view or *YAML* view. For general information about the supported components, see link:https://opendatahub.io/docs/tiered-components[Tiered Components].
38
+
* Configure by using *Form* view:
39
+
.. In the *Name* field, enter a value.
40
+
.. In the *Components* section, expand each component and set the *managementState* to *Managed* or *Removed*.
41
+
* Configure by using *YAML* view:
42
+
.. In the `spec.components` section, for each component shown, set the value of the `managementState` field to either `Managed` or `Removed`.
43
+
. Click *Create*.
44
+
. Wait until the status of the DSCInitialization is *Ready*.
45
+
. Click the *Data Science Cluster* tab, and then click *Create DataScienceCluster*.
37
46
. On the *Create DataScienceCluster* page, configure the DataScienceCluster by using *Form* view or *YAML* view. For general information about the supported components, see link:https://opendatahub.io/docs/tiered-components[Tiered Components].
0 commit comments