NTHU-LSALAB / KubeShare

Share GPU between Pods in Kubernetes
Apache License 2.0
193 stars 42 forks source link

Docker Version > 19 Support #10

Closed samedguener closed 3 years ago

samedguener commented 4 years ago

Hi all,

thanks again for the very interesting work!

Why is the support limited to Docker versions below 19? Is there any roadmap to support Docker > 19?

Best, Samed

jchou-git commented 3 years ago

It is due to the version compatibility issue. We expect to solve this issue in a few months. Please check back soon.

yanghaku commented 3 years ago

So, does the current Kubeshare version support docker> 19.0? (April 2, 2021)

StarCoral commented 3 years ago

yes, we support it. In fact, you just need to enable the nvidia runtime as your default runtime on your node.

Runtimes: nvidia runc
Default Runtime: nvidia
yanghaku commented 3 years ago

Okay, thank you, but I'm still stuck in issue #9, could you help me answer it?