Lucas Servén Marín
Lucas Servén Marín
Hi @MetalPinguinInc, traditionally the `mount(2)` system call, which is used by fuse/fusermount, requires `CAP_SYS_ADMIN`. Note that this is different from setting `privileged: true` in Kubernetes: it is more limited, does...
Linux kernel / udev is smart and knows how to discover USB cameras and interact with them driverlessly and puts them all under /dev/video. You should not normally have to...
Oh wow, thanks for catching this!! This seems to be a regression that was introduced sometime after bd0d5d18081e0b56b00271688f2ded15e6a1b3c3. Interestingly, the GitHub registry images are correctly labeled with the right architectures....
doing some more inspection, there seem to be some funny issues with Docker Hub in particular. When inspecting the manifest list for the container, it seems that the metadata correctly...
This issue is caused by the fact that the metadata for the underlying images that make up the manifest list do not explicitly set a platform at build time, which...
Nice! Those are both really good pieces of information! If you feel up to it, I'd happily merge a PR that changes that line to a debug level message (no...
xref: #45
Hi, can you please share: 1. the output of `kubectl describe node ` 2. the pod/deployment manifest 3. configuration for generic-device-plugin I have never seen the UnexpectedAdmissionError with generic-device-plugin. So...
It's good that you're using `Recreate` for your deployment strategy to ensure that pods don't get stuck waiting for the device to become available. One thing I notice is that...
Hi @jpflouret, apart from the `latest` tag, containers are built and tagged for ever commit that is built with the commit's SHA: https://github.com/squat/generic-device-plugin/pkgs/container/generic-device-plugin. I these image tags sufficient until the...