Skip to content

Commit b46472d

Browse files
authored
Fix docs for access image-detector http interface (#36)
* Fix link for charts Signed-off-by: Alexandre Peixoto Ferreira <[email protected]> * Fix reference to image-detector http interface Signed-off-by: Alexandre Peixoto Ferreira <[email protected]> --------- Signed-off-by: Alexandre Peixoto Ferreira <[email protected]>
1 parent c2b4a10 commit b46472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In this guide we assume you have done the following:
7474
```bash
7575
kubectl get pods -A -w
7676
```
77-
- With all nodes running successfully, if you are on the same network as your edge node, you can navigate a browser to the IP of the edge node, and see the image detector running on your camera feed in real time.
77+
- With all nodes running successfully, if you are on the same network as your edge node, you can navigate a browser to the IP of the edge node (http://\<NODE_IP\>:2520), and see the image detector running on your camera feed in real time.
7878
- To terminate the demo, you can simply unlabel the node for each workload:
7979
```bash
8080
export NODE_NAME=<your node name>

0 commit comments

Comments
 (0)