Open
Description
Hi @AkihiroSuda - I was testing GPU with usernetes, and got fairly far but hit two erroneous cases:
- I can't access the GPU devices with rootless mode (see this issue)
- When I run docker with rootfull (confirmed by a startup message) none of the usernetes networking works. Meaning I can shell into a node and I can't contact any ip address on another node. Pod to pod if they are on the same node works.
- When I remove the need for the GPU and run the same workflow with CPU and rootless, everything works again.
I don't think it's in scope for you to help with getting GPUs working with rootless, but I'm hoping you might have insight for why networking stops working when it's rootful. From the readme it sounds like it should work?
Thanks!
Activity