From d82fdf798f7469cc83ae3b4703c72da4ce096d66 Mon Sep 17 00:00:00 2001 From: Hampus Carlsson Date: Wed, 14 Aug 2024 15:24:31 +0200 Subject: [PATCH] Add akri udev rule information to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ececc..6f45cd7 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,11 @@ helm repo update ```bash helm install your-release iszumpo/birdnet-go - ``` \ No newline at end of file + ``` + + +### Configuration + +#### Udev rules for mics + +The chart uses [Akri](https://docs.akri.sh/) for attaching USB devices to the kubernetes pods. For more information about Akri and how to create the udev rules please read through my [article](https://medium.com/@hampusc/how-to-attach-usb-devices-to-kubernetes-pods-using-akri-19fb70d41f1e).