Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling corrections in README.md #45

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions deploy/redhat_openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

A few installation deployment targets are provided below.

- [Ray Cluster Using Operator on Openshift](#Openshift-Ray-Cluster-Operator)
- [Ray Cluster on Openshift](#Openshift-Cluster)
- [Ray Cluster on Openshift for Jupyter](#Ray-with-Open-Data-Hub-on-OpenShift)
- [Ray Cluster Using Operator on OpenShift](#OpenShift-Ray-Cluster-Operator)
- [Ray Cluster on OpenShift](#OpenShift-Cluster)
- [Ray Cluster on OpenShift for Jupyter](#Ray-with-Open-Data-Hub-on-OpenShift)

## Openshift Ray Cluster Operator
## OpenShift Ray Cluster Operator

Deploying the [Ray Operator](https://docs.ray.io/en/master/cluster/kubernetes.html?highlight=operator#the-ray-kubernetes-operator)

## Openshift Cluster
## OpenShift Cluster

### Dispatch Ray Cluster on Openshift
### Dispatch Ray Cluster on OpenShift

#### Pre-req
- Access to openshift cluster
- Access to OpenShift cluster
- Python 3.8+

We recommend installing Python 3.8.7 using
Expand All @@ -41,7 +41,7 @@ pip3 install .

2. Create Cluster (https://docs.ray.io/en/master/cluster/cloud.html#kubernetes)

Assuming openshift cluster access from pre-reqs.
Assuming OpenShift cluster access from pre-reqs.

a) Create namespace

Expand Down Expand Up @@ -177,4 +177,4 @@ and a corresponding

### Running examples

Once in a Jupyer envrionment, refer to [notebooks](../../notebooks) for example pipelines. Documentation for reference use cases can be found in [Examples](https://codeflare.readthedocs.io/en/latest/).
Once in a Jupyter environment, refer to [notebooks](../../notebooks) for example pipelines. Documentation for reference use cases can be found in [Examples](https://codeflare.readthedocs.io/en/latest/).