-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
# This is the Front Matter section where you can set variables used by Jekyll | ||
layout: post | ||
title: "Configure Red Hat OpenShift Data Science" | ||
date: 2024-03-16 19:26:31 +0000 | ||
categories: notebooks | ||
--- | ||
|
||
## Prerequisites | ||
* OpenShift Data Science Operator installed | ||
* S3 Endpoint is already configured and defined | ||
|
||
**Navigate to redhat-ods-applications namespace and click on rhods-dashboard** | ||
![20240316191421](https://i.imgur.com/f3SVhn8.png) | ||
**Login to access the following screen** | ||
![20240316191450](https://i.imgur.com/vv7PrNq.png) | ||
**Navigate to Data Science Projects** | ||
![20240316191534](https://i.imgur.com/pl2rzCs.png) | ||
**Create a data science project called `edge-anomaly-detection-ds`** | ||
![20240316191728](https://i.imgur.com/1Kkd7gU.png) | ||
![20240316191759](https://i.imgur.com/5yIgEQE.png) | ||
**Create workbench called `edge-anomaly-detection`** | ||
Use the following: | ||
* Image Selection: Standard Data Science | ||
* Use Default Cluster storage Configuration | ||
![20240316191848](https://i.imgur.com/hlVA9U4.png) | ||
|
||
Configure Stoage: | ||
* Reference link for s3 urls: https://docs.aws.amazon.com/general/latest/gr/s3.html | ||
* Click on Use a `data connection` under `Data connections` | ||
* Under `Create new data connection` Provide the following: | ||
* Name: `storage-bucket` | ||
* Access key: `CHANGEME` | ||
* Secret key: `CHANGEME` | ||
* Endpoint: `https://s3.us-east-2.amazonaws.com` | ||
* Region: `us-east-2` | ||
* Bucket: `edge-anomaly-detection-yourname` | ||
|
||
![20240316192041](https://i.imgur.com/CepIWSt.png) | ||
**Click on `Open` to open JypyterHub** | ||
![20240316192432](https://i.imgur.com/iu9p3SM.png) | ||
**JupyterHub is now open** | ||
![20240316192552](https://i.imgur.com/5uraF5G.png) | ||
**Create Notebooks in workbench** | ||
*Git URL:* https://github.com/tosin2013/redhat-pins-ai-demo.git | ||
![20240215160517](https://i.imgur.com/C1eUdh0.png) | ||
**Clone the repo** | ||
![20240316192648](https://i.imgur.com/8w0IB1u.png) | ||
|
||
**Access the folder** | ||
![20240316192812](https://i.imgur.com/cjEJVGn.png) |