Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add create DSCInitialization step #381

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion modules/installing-odh-components.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,16 @@ endif::[]
.Procedure
. 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.
. Select *Operators* -> *Installed Operators*, and then click the *Open Data Hub Operator*.
. On the *Operator details* page, click the *Data Science Cluster* tab, and then click *Create DataScienceCluster*.
. On the *Operator details* page, click the *DSC Initialization* tab, and then click *Create DSCInitialization*.
. 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].
* Configure by using *Form* view:
.. In the *Name* field, enter a value.
.. In the *Components* section, expand each component and set the *managementState* to *Managed* or *Removed*.
* Configure by using *YAML* view:
.. In the `spec.components` section, for each component shown, set the value of the `managementState` field to either `Managed` or `Removed`.
. Click *Create*.
. Wait until the status of the DSCInitialization is *Ready*.
. Click the *Data Science Cluster* tab, and then click *Create DataScienceCluster*.
. 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].
* Configure by using *Form* view:
.. In the *Name* field, enter a value.
Expand Down