Skip to content

Commit 1bfdeef

Browse files
committed
add resources for kuberay-private deployment (likely stage 2 prod)
Signed-off-by: Jack Luar <[email protected]>
1 parent a003c56 commit 1bfdeef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tools/AutoTuner/distributed/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ GCP nodes.
99

1010
There are two different ways for ORFS setup on Ray Cluster, namely:
1111
- [Public](#public-cluster-setup): Upload Docker image to Dockerhub (or any public Docker registry).
12-
- [Private](#private-cluster-setup): Upload local code to Dockerhub, and re-compile on
12+
- [Private](#private-cluster-setup): Upload Docker image to private registry. Authentication needs then to be handled for Kubernetes.
13+
14+
```note
15+
Currently it looks like the `autoscaler.yaml` file might only be used for public.yaml
16+
For private deployments, we might have to use KubeRay
17+
1. https://github.com/GoogleCloudPlatform/ai-on-gke/tree/main/ray-on-gke
18+
2. https://www.paulsblog.dev/how-to-install-a-private-docker-container-registry-in-kubernetes/
19+
```
1320

1421
## Prerequisites
1522

0 commit comments

Comments
 (0)