-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Corecore-clustersFor launching and managing Ray clusters/jobs/kubernetesFor launching and managing Ray clusters/jobs/kubernetesdocsAn issue or change related to documentationAn issue or change related to documentation
Description
Description
Expected results
In target doc, appending a method 3 note aray client link and an example in the doc.
method 1:
method 2:
ray client(method 3):
ray client link
python -c "import ray; ray.init("ray://<raycluster head>:10001"); print(ray.cluster_resources())"
software version
ray: 2.9.0
python:3.8.18
kuberay: 1.1.1
kind: 1.26.0
Env i demo
#local python env
conda create env -n demo python=3.8.18
conda activate demo
pip install "ray[all]"==2.9.0
### Link
_No response_
Metadata
Metadata
Assignees
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Corecore-clustersFor launching and managing Ray clusters/jobs/kubernetesFor launching and managing Ray clusters/jobs/kubernetesdocsAn issue or change related to documentationAn issue or change related to documentation