当前位置: 首页> 健康> 美食 > k8s使用Volcano调度gpu

k8s使用Volcano调度gpu

时间:2025/8/27 13:36:33来源:https://blog.csdn.net/fuchen91/article/details/139086503 浏览次数:0次

k8s部署
https://www.yangxingzhen.com/9817.html

cri-dockerd安装
https://zhuanlan.zhihu.com/p/632861515

安装nvidia-container-runtime
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html

安装k8s-device-plugin
https://github.com/volcano-sh/devices

yum install -y nvidia-docker2
systemctl restart docker
cat /etc/docker/daemon.json
{"exec-opts": ["native.cgroupdriver=systemd"],"registry-mirrors": ["https://i6straf8.mirror.aliyuncs.com","https://registry.docker-cn.com","http://hub-mirror.c.163.com","https://docker.mirrors.ustc.edu.cn"],"default-runtime": "nvidia","runtimes": {"nvidia": {"path": "/usr/bin/nvidia-container-runtime","runtimeArgs": []}}
}

安装volcano1.8(可选?)
https://github.com/volcano-sh/volcano/tree/v1.8.2

gpu共享使用
https://cloud.tencent.com/developer/article/1821167

关键字:k8s使用Volcano调度gpu

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: