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 @@ -163,17 +163,15 @@ pip3 install -r requirements.txt
163163 Assuming openshift cluster access from pre-reqs.
164164
165165 a) Create namespace
166-
167- ` ` `
166+ ` ` ` shell
168167 $ oc create namespace codefalre
169168 namespace/codeflare created
170169 $
171- ` ` `
172-
170+ ` ` `
173171 b) Bring up Ray cluster
174-
175- ` ` `
176- $ ray up ray/python/ray/autoscaler/kubernetes/example-full.yaml
172+
173+ ` ` `
174+ $ ray up ray/python/ray/autoscaler/kubernetes/example-full.yaml
177175 Cluster: default
178176
179177 Checking Kubernetes environment settings
@@ -247,8 +245,8 @@ pip3 install -r requirements.txt
247245 Connect to a terminal on the cluster head:
248246 ray attach /Users/darroyo/git_workspaces/github.com/ray-project/ray/python/ray/autoscaler/kubernetes/example-full.yaml
249247 Get a remote shell to the cluster manually:
250- kubectl -n ray exec -it ray-head-ql46b -- bash
251- ` ` `
248+ kubectl -n ray exec -it ray-head-ql46b -- bash
249+ ` ` `
252250
2532513. Verify
254252 a) Check for head node
You can’t perform that action at this time.
0 commit comments