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

[docs][kubernetes] Update the document for metadata.name and metadata.generateName for Pods #28744

Merged
Merged
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
5 changes: 5 additions & 0 deletions doc/source/cluster/kubernetes/user-guides/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ See {ref}`this guide <docker-images>` to learn more about the official Ray image
For dynamic dependency management geared towards iteration and developement,
you can also use {ref}`Runtime Environments <runtime-environments>`.

#### metadata.name and metadata.generateName
The KubeRay operator will ignore the values of `metadata.name` and `metadata.generateName` set by users.
The KubeRay operator will generate a `generateName` automatically to avoid name conflicts.
See [KubeRay issue #587](https://github.com/ray-project/kuberay/pull/587) for more details.

(rayStartParams)=
## Ray Start Parameters
The ``rayStartParams`` field of each group spec is a string-string map of arguments to the Ray
Expand Down