[kubernetes][doc][minor] Add namespace to job creation command (#15442)

This commit is contained in:
Dmitri Gekhtman 2021-04-23 12:44:51 -04:00 committed by GitHub
parent cc4a610e6a
commit fd43e9e6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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