mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[kubernetes][doc][minor] Add namespace to job creation command (#15442)
This commit is contained in:
parent
cc4a610e6a
commit
fd43e9e6f8
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ The following command submits a Job which executes an `example Ray program`_.
|
|||
|
||||
.. code-block:: yaml
|
||||
|
||||
$ kubectl create -f ray/doc/kubernetes/job-example.yaml
|
||||
$ kubectl -n ray create -f ray/doc/kubernetes/job-example.yaml
|
||||
|
||||
The program executed by the Job waits for three Ray nodes to connect and then tests object transfer
|
||||
between the nodes. Note that the program uses the environment variables
|
||||
|
|
Loading…
Add table
Reference in a new issue