Commit 1bfdeef 1 parent a003c56 commit 1bfdeef Copy full SHA for 1bfdeef
File tree 1 file changed +8
-1
lines changed
tools/AutoTuner/distributed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,14 @@ GCP nodes.
9
9
10
10
There are two different ways for ORFS setup on Ray Cluster, namely:
11
11
- [ 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
+ ```
13
20
14
21
## Prerequisites
15
22
You can’t perform that action at this time.
0 commit comments