Following up from this, I also had to add /dev/shm
to Frigate. A SHM device is simply a temporary filesystem which uses RAM as a storage instead of a persistent storage.
In a pod definition this is …
I have been slowly migrating the containers in my homelab to kubernetes, and recently I have done Frigate. Frigate is not a standard container, it requires a few extra features to run. Internally it …