mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[autoscaler][kubernetes][minor] latest images everywhere (#16205)
* latest images everywhere * add back some documentation on the images * Doc update
This commit is contained in:
parent
527d51b83a
commit
a60ee3a8b2
2 changed files with 9 additions and 8 deletions
|
@ -71,9 +71,10 @@ namespacedOperator: false
|
||||||
# operatorNamepsace - If using a cluster-scoped operator (namespacedOperator: false), set the namespace
|
# operatorNamepsace - If using a cluster-scoped operator (namespacedOperator: false), set the namespace
|
||||||
# in which to launch the operator.
|
# in which to launch the operator.
|
||||||
operatorNamespace: default
|
operatorNamespace: default
|
||||||
# operatorImage - For best stability, it's currently recommended to use the nightly ray image in the operator Deployment.
|
# operatorImage - The image used in the operator deployment.
|
||||||
# For an official ray release version, use `rayproject/ray:1.x.y`.
|
operatorImage: rayproject/ray:latest
|
||||||
# For the latest ray release version, `rayproject/ray:latest`.
|
# `rayproject/ray:latest` contains the latest official release version of Ray.
|
||||||
# You could also use a specific master commit, e.g. `rayproject/ray:38b64e`.
|
# `rayproject/ray:nightly` runs the current master version of Ray and carries some stability fixes.
|
||||||
# The nightly operator image is compatible with all Ray versions since 1.2.0
|
# For a particular official release version of Ray, use `rayproject/ray:1.x.y`.
|
||||||
operatorImage: rayproject/ray:nightly
|
# For a specific master commit, use the first 6 characters of the commit SHA, e.g. `rayproject/ray:050a07`.
|
||||||
|
# The operator and Ray cluster can use different Ray versions, provided both versions are >= 1.2.0
|
||||||
|
|
|
@ -47,8 +47,8 @@ Installing the Ray Operator with Helm
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
Ray provides a `Helm`_ chart to simplify deployment of the Ray Operator and Ray clusters.
|
Ray provides a `Helm`_ chart to simplify deployment of the Ray Operator and Ray clusters.
|
||||||
|
|
||||||
Currently, the `Ray Helm chart`_ is available on the the master branch of the Ray GitHub repo.
|
The `Ray Helm chart`_ is available as part of the Ray GitHub repository.
|
||||||
The chart will be published to a public Helm repo as part of each Ray release, starting with the upcoming Ray 1.4.0.
|
The chart will be published to a public Helm repository as part of a future Ray release.
|
||||||
|
|
||||||
Preparation
|
Preparation
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
Loading…
Add table
Reference in a new issue