You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Challenged to run the End-to-End example cloud (!) VMs (GCP, DigitalOcean). Specifically modprobe v4l2loopback:
sudo modprobe v4l2loopback exclusive_caps=1 video_nr=1,2
modprobe: ERROR: could not insert 'v4l2loopback': Unknown symbol in module, or unknown parameter (see dmesg)
I suspect the issue is that dependenct modules aren't included on cloud VM kernels but I prefer to use cloud VMs because they're disposable and I can keep my primary workstation untainted by random installs.
@DazWilkin, do you think we can close this since you added instructions for e2e on the cloud? Then, if we see more people hit this error, then we could add the additional install instructions to the normal e2e:
Describe the bug
Challenged to run the End-to-End example cloud (!) VMs (GCP, DigitalOcean). Specifically
modprobe v4l2loopback
:I suspect the issue is that dependenct modules aren't included on cloud VM kernels but I prefer to use cloud VMs because they're disposable and I can keep my primary workstation untainted by random installs.
Output of
kubectl get pods,akrii,akric -o wide
N/A
Kubernetes Version: [e.g. Native Kubernetes 1.19, MicroK8s 1.19, Minikube 1.19, K3s]
N/A
To Reproduce
Steps to reproduce the behavior:
modprobe v4l2loopback
Expected behavior
No errors
dmesg:
Additional context
The solution I've found is:
Then:
Succeeds!
On GCP:
On DigitalOcean:
Hopefully this will help others that get stuck.
The text was updated successfully, but these errors were encountered: