File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
docs/source/getting_started Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -164,17 +164,15 @@ pip3 install -r requirements.txt
164164 Assuming openshift cluster access from pre-reqs.
165165
166166 a) Create namespace
167-
168- ` ` `
167+ ` ` ` shell
169168 $ oc create namespace codefalre
170169 namespace/codeflare created
171170 $
172- ` ` `
173-
171+ ` ` `
174172 b) Bring up Ray cluster
175-
176- ` ` `
177- $ ray up ray/python/ray/autoscaler/kubernetes/example-full.yaml
173+
174+ ` ` `
175+ $ ray up ray/python/ray/autoscaler/kubernetes/example-full.yaml
178176 Cluster: default
179177
180178 Checking Kubernetes environment settings
@@ -248,8 +246,8 @@ pip3 install -r requirements.txt
248246 Connect to a terminal on the cluster head:
249247 ray attach /Users/darroyo/git_workspaces/github.com/ray-project/ray/python/ray/autoscaler/kubernetes/example-full.yaml
250248 Get a remote shell to the cluster manually:
251- kubectl -n ray exec -it ray-head-ql46b -- bash
252- ` ` `
249+ kubectl -n ray exec -it ray-head-ql46b -- bash
250+ ` ` `
253251
2542523. Verify
255253 a) Check for head node
You can’t perform that action at this time.
0 commit comments