Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Remove Tier 2 components from odh-manifests #682

Merged
Merged
Show file tree
Hide file tree
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
37 changes: 15 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,32 @@ A repository for [Open Data Hub](https://opendatahub.io) components Kustomize ma
## Community

* Website: https://opendatahub.io
* Documentation: https://opendatahub.io/docs.html (applicable for version 0.5.1)
* Documentation: https://opendatahub.io/docs.html
* Mailing lists: https://opendatahub.io/community.html
* Community meetings: https://gitlab.com/opendatahub/opendatahub-community

## Components

Open Data Hub is an end-to-end AI/ML platform on top of OpenShift Container Platform which provides various tools for Data Scientists and Engineers. The components currently available are:

* [JupyterHub](jupyterhub/README.md)
* [Airflow](airflow/README.md)
* [Argo Workflows](odhargo/README.md)
* [Grafana](grafana/README.md) & [Prometheus](prometheus/README.md)
* [Spark Operator](radanalyticsio/README.md)
* [Kafka](kafka/README.md)
* [Superset](superset/README.md)
* [AI Library](ai-library/README.md)
* [Seldon](odhseldon/README.md)
* [Pachyderm](odhpachyderm/README.md)
* Data Catalog
* [Hue](hue/README.md)
* [Thrift Server](thriftserver/README.md)
* [Trino](trino/README.md)
## ODH Core Components

Open Data Hub is an end-to-end AI/ML platform on top of OpenShift Container Platform that provides a core set of integrated components to support end end-to-end MLOps workflow for Data Scientists and Engineers. The components currently available as part of the ODH Core deployment are:
LaVLaS marked this conversation as resolved.
Show resolved Hide resolved

* [ODH Dashboard](odh-dashboard/README.md)
* [ODH Notebook Controller](odh-notebook-controller/README.md)
* [Data Science Pipelines](data-science-pipelines/README.md)
* [ModelMesh](model-mesh/README.md)


Previous versions of ODH relied on [JupyterHub](jupyterhub/README.md) for managing the lifecycle of [Jupyter](https://jupyter.org) notebook pods. Starting with Open Data Hub v1.4, we will be relying on [ODH Notebook Controller](odh-notebook-controller/README.md) for controlling the lifecycle of user Juptyer notebook pods with [ODH Dashboard](odh-dashboard/README.md) as the frontend UI. When ODH v1.5 is released, we will be moving [jupyterhub-odh](https://github.com/opendatahub-io/jupyterhub-odh) to our [ODH Contrib](https://github.com/opendatahub-io-contrib) organization and officially ending long term support.

Any components that were removed with the update to ODH 1.4 have been relocated to the [ODH Contrib](https://github.com/opendatahub-io-contrib) organization under the [odh-contrib-manifests](https://github.com/opendatahub-io-contrib/odh-contrib-manifests) repo. You can reference the [odh-contrib kfdef](kfdef/odh-contrib.yaml) as a reference on how to deploy any of the odh-contrib-manifests components

## Deploy

We are relying on [Kustomize](https://github.com/kubernetes-sigs/kustomize), [kfctl](https://github.com/kubeflow/kfctl) and [Kubeflow Operator](https://github.com/kubeflow/kfctl/blob/master/operator.md) for deployment.
We are relying on [Kustomize v3](https://github.com/kubernetes-sigs/kustomize), [kfctl](https://github.com/kubeflow/kfctl) and [Open Data Hub Operator](https://github.com/opendatahub-io/opendatahub-operator/blob/master/operator.md) for deployment.

The two ways to deploy are:

1. Following [Getting Started](http://opendatahub.io/docs/getting-started/quick-installation.html) guide using a KFDef from this repository as the custom resource.
1. Using `kfctl` and follow the documentation at [Kubeflow.org](https://www.kubeflow.org/docs/openshift/). The only change is to use this repository instead of Kubeflow manifests.
2. Following [Kubeflow Operator](https://github.com/kubeflow/kfctl/blob/master/operator.md) deployment instructions and then using a KFDef from this repository as the custom resource.

## Issues
To submit issues please visit the [Open Data Hub Jira](https://issues.redhat.com/projects/ODH/issues/ODH-380?filter=allopenissues) project.
To submit issues please file a GitHub issue in [odh-manifests](https://github.com/opendatahub-io/odh-manifests/issues)
43 changes: 0 additions & 43 deletions ai-library/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions ai-library/cluster/base/crd.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions ai-library/cluster/base/kustomization.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions ai-library/operator/base/kustomization.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions ai-library/operator/base/operator.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions ai-library/operator/base/role-binding.yaml

This file was deleted.

104 changes: 0 additions & 104 deletions ai-library/operator/base/role.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions ai-library/operator/base/service-account.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions ai-library/tests/README.md

This file was deleted.

61 changes: 0 additions & 61 deletions ai-library/tests/basictests/ailibrary.sh

This file was deleted.

Loading