From eb8929bc602dc3e7abcfc1362dfa4e2e15cb57ab Mon Sep 17 00:00:00 2001 From: Alexandre Peixoto Ferreira Date: Wed, 8 Nov 2023 09:07:56 -0600 Subject: [PATCH 1/2] Fix link for charts Signed-off-by: Alexandre Peixoto Ferreira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1b507..539d52f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ In this guide we assume you have done the following: ```bash helm repo add smarter https://smarter-project.github.io/documentation ``` -- Use the helm chart on https://github.com/smarter-project/documentation/chart to install CNI, DNS and device-manager. This can be done by +- Use the helm chart on [https://github.com/smarter-project/documentation/tree/main/charts](https://github.com/smarter-project/documentation/tree/main/charts) to install CNI, DNS and device-manager. This can be done by ```bash helm install my-smarter-edge smarter/smarter-edge --wait ``` From 24506ea9f46ab8c3dd270aa1b28bc9df4ba04819 Mon Sep 17 00:00:00 2001 From: Alexandre Peixoto Ferreira Date: Wed, 8 Nov 2023 11:54:52 -0600 Subject: [PATCH 2/2] Fix reference to image-detector http interface Signed-off-by: Alexandre Peixoto Ferreira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 539d52f..29776b4 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ In this guide we assume you have done the following: ```bash kubectl get pods -A -w ``` -- 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. +- 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://\:2520), and see the image detector running on your camera feed in real time. - To terminate the demo, you can simply unlabel the node for each workload: ```bash export NODE_NAME=