Skip to content

Commit 8b8a5d4

Browse files
committed
rm: take out older, non important calls
1 parent 63b0ff5 commit 8b8a5d4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docs/lab/04-serve.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,6 @@ Create a Route to expose the inference endpoint outside the cluster:
174174
oc create route edge mnist-onnx --service=mnist-onnx --port=8888 -n <PROJECT_NAME>
175175
```
176176

177-
Get the Route URL:
178-
179-
```bash
180-
oc get route mnist-onnx -n <PROJECT_NAME> -o jsonpath='{.spec.host}'
181-
```
182-
183-
Save this URL — you'll use it to send inference requests.
184-
185177
### 5. Verify the deployment
186178

187179
Check that the pod is running:

0 commit comments

Comments
 (0)