Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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://\<NODE_IP\>: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=<your node name>
Expand Down