Skip to content

Commit

Permalink
revise doc
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Vasquez <[email protected]>
  • Loading branch information
rafvasq committed Oct 6, 2022
1 parent 932b3cc commit 19c9b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guidance/rayjob.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ For installation instructions, please follow [the documentation](../deploy/insta

### Run an example Job

There is one example config file to deploy RayJob included here:
There is one example config file to deploy a RayJob included here:
[ray_v1alpha1_rayjob.yaml](https://github.com/ray-project/kuberay/blob/master/ray-operator/config/samples/ray_v1alpha1_rayjob.yaml)

```shell
# Create a ray job.
# Create a RayJob.
$ kubectl apply -f config/samples/ray_v1alpha1_rayjob.yaml
```

Expand All @@ -43,8 +43,8 @@ rayjob-sample 7s
```

```shell
# RayJob sample will also create a raycluster
# raycluster will create few resources including pods, services, you can use the following commands check them
# RayJob sample will also create a raycluster.
# raycluster will create few resources including pods and services. You can use the following commands to check them:
$ kubectl get rayclusters
$ kubectl get pod
```
Expand Down

0 comments on commit 19c9b0c

Please sign in to comment.