2025-08-30, 03:08 PM
I'm just dumb. Forgot about this:
https://dgpu-docs.intel.com/driver/client/overview.html
Then, for the pod I had to add few security contexts, because jellyfin couldn't access /dev/dri, even though it had permissions and supplementary groups added.
Now it works, thanks!
https://dgpu-docs.intel.com/driver/client/overview.html
Then, for the pod I had to add few security contexts, because jellyfin couldn't access /dev/dri, even though it had permissions and supplementary groups added.
Code:
securityContext:
privileged: true
allowPrivilegeEscalation: true
readOnlyRootFilesystem: false
seccompProfile: { type: Unconfined }