Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

end-to-end-demo-rpi4: fixing 1 typo #143

Merged
merged 1 commit into from
Nov 20, 2020
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 docs/end-to-end-demo-rpi4.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This demo will demonstrate how to get Akri working on a **Raspberry Pi 4**, all
```sh
kubectl get akrii -o yaml
```
1. Deploy the steaming web application and watch a pod spin up for the app.
1. Deploy the streaming web application and watch a pod spin up for the app.
```sh
# This file url is not available while the Akri repo is private. To get a valid url, open
# https://github.com/deislabs/akri/blob/main/deployment/samples/akri-video-streaming-app.yaml
Expand Down Expand Up @@ -140,4 +140,4 @@ This demo will demonstrate how to get Akri working on a **Raspberry Pi 4**, all
1. Apply the [ONVIF configuration](onvif-configuration.md) and make the streaming app display footage from both the local video devices and onvif cameras. To do this, modify the [video streaming yaml](../deployment/samples/akri-video-streaming-app.yaml) as described in the inline comments in order to create a larger service that aggregates the output from both the `udev-camera-svc` service and `onvif-camera-svc` service.
1. Add more nodes to the cluster.
1. [Modify the udev rule](udev-video-sample.md#modifying-the-udev-rule) to find a more specific subset of cameras.
1. Discover other udev devices by creating a new udev configuration and broker. Learn more about the udev protocol [here](udev-configuration.md).
1. Discover other udev devices by creating a new udev configuration and broker. Learn more about the udev protocol [here](udev-configuration.md).