-
Notifications
You must be signed in to change notification settings - Fork 190
3. Introduction to Open Data Hub Operator
Wen Zhou edited this page Mar 19, 2025
·
2 revisions
Open Data Hub Operator is responsible for integrating ODH components into the Open Data Hub Platform. It allows users to deploy custom list of DataScience applications provided by ODH. The operator manages two CRs DataScienceCluster
CR and DSCInitialization
CR. The sections below dive deep into these CRs -
- This CRD is responsible for defining config required by the ODH platform before the applications are deployed.
- This includes creation of applications and monitoring namespaces, common configmaps and secrets, SCCs and Rolebindings
- The CRD gives details on each field of the API and the field type. Please refer to https://github.com/opendatahub-io/opendatahub-operator/blob/main/docs/api-overview.md#dscinitializationopendatahubiov1 for the latest schema.
- This CR will be created by the end user to enable various data science components.
- It is responsible for enabling support for CRDs like Notebooks, DataSciencePipelinesApplication, InferenceService etc based on the configuration
- As this is written, only one instance of DataScienceCluster CR will be supported by the operator. A user can extend/update the CR to enable/disable components.
- The CRD gives details on each field of the API and the field type. Please refer to https://github.com/opendatahub-io/opendatahub-operator/blob/main/docs/api-overview.md#datascienceclusteropendatahubiov1 for the latest schema.