Skip to content

Commit

Permalink
update: rhoai from olm
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 20, 2024
1 parent 2bfa5e4 commit e28ac54
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openshift-ai/INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ But beyond the individual features, one of the key aspects of this platform is i

Finally, thanks to the operator-driven deployment and updates, the administrative load of the platform is very light, leaving everyone more time to focus on the work that makes a difference.


### Components
* Dashboard
* Curated Workbench Images (incl CUDA, PyTorch, Tensorflow, code-server)
* Ability to add Custom Images
* Ability to leverage accelerators (such as NVIDIA GPU)
* Data Science Pipelines. (including Elyra notebook interface, and based on standard OpenShift Pipelines)
* Data Science Pipelines (including Elyra notebook interface)
* Model Serving using ModelMesh and Kserve.
* Ability to use other runtimes for serving
* Model Monitoring
* Distributed workloads (KubeRay, CodeFlare)
* XAI explanations of predictive models (TrustyAI)
* Distributed workloads (KubeRay, CodeFlare, Kueue)
2 changes: 2 additions & 0 deletions openshift-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ The current *overlays* available are for the following channels:
* [alpha](operator/overlays/alpha)
* [beta](operator/overlays/beta)
* [embedded](operator/overlays/embedded)
* [eus-2.8](operator/overlays/eus-2.8)
* [fast](operator/overlays/fast)
* [stable](operator/overlays/stable)
* [stable-2.8](operator/overlays/stable-2.8)

## Usage

Expand Down
11 changes: 11 additions & 0 deletions openshift-ai/operator/overlays/eus-2.8/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: rhods-operator
path: patch-channel.yaml
3 changes: 3 additions & 0 deletions openshift-ai/operator/overlays/eus-2.8/patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: eus-2.8
11 changes: 11 additions & 0 deletions openshift-ai/operator/overlays/stable-2.8/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: rhods-operator
path: patch-channel.yaml
3 changes: 3 additions & 0 deletions openshift-ai/operator/overlays/stable-2.8/patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: stable-2.8

0 comments on commit e28ac54

Please sign in to comment.