Skip to content

Commit

Permalink
updating docunentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Mar 18, 2024
1 parent 71cc7f4 commit 33d9e44
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/_deployment/developer_deployment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ export GIT_REPO="https://gitea-with-admin-gitea.apps.edge-detection.sandbox105.o
* [Check Prometheus Charts](../../edge-anomaly-detection/workshop/check-promethous-charts)
* [Camel K Ship integration](../../edge-anomaly-detection/workshop/configure-camel-k)

[Back to Homepage](/)
[Back to Homepage](../../edge-anomaly-detection)
2 changes: 1 addition & 1 deletion docs/_deployment/setup-bastion-doc.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: post
title: "Developer Documentation for Setup Bastion Contribution"
date: 2024-03-16 19:26:31 +0000
categories: jekyll update
categories: developer documentation
---

## Overview
Expand Down
29 changes: 0 additions & 29 deletions docs/_notebooks/2024-03-12-welcome-to-jekyll.markdown

This file was deleted.

51 changes: 51 additions & 0 deletions docs/_notebooks/configure_rhods.markdown
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)

0 comments on commit 33d9e44

Please sign in to comment.