Skip to content

Commit 75dc13a

Browse files
authored
create DSCInitialization (#381)
1 parent c90b71d commit 75dc13a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/installing-odh-components.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ endif::[]
3333
.Procedure
3434
. 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.
3535
. 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*.
3746
. 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].
3847
* Configure by using *Form* view:
3948
.. In the *Name* field, enter a value.

0 commit comments

Comments
 (0)