We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b0ff5 commit 8b8a5d4Copy full SHA for 8b8a5d4
1 file changed
docs/lab/04-serve.md
@@ -174,14 +174,6 @@ Create a Route to expose the inference endpoint outside the cluster:
174
oc create route edge mnist-onnx --service=mnist-onnx --port=8888 -n <PROJECT_NAME>
175
```
176
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
185
### 5. Verify the deployment
186
187
Check that the pod is running:
0 commit comments