devices
devices copied to clipboard
Device plugins for Volcano, e.g. GPU
执行下面的命令,同时调度2个pod,一个分配24576M显存,一个分配600M显存,pod起来后进入容器使用nvidia-smi查看,发现两者的显存是反的,给容器ubuntu-container-24576分配了600M显存,给容器ubuntu-container-600分配了24576显存 ``` cat
### Description: The Kubernetes kubelet service on the host is encountering intermittent failures in communicating with the device plugin, specifically regarding the volcano.sh/vgpu-number resource. #### Description for Node ``` Allocatable:...
2024-03-07T10:55:34.101084725Z stderr F I0307 10:55:34.100796 1 register.go:88] Reporting devices GPU-1c5009f6-3637-cd7d-4955-5eaa038e563e,10,32768,NVIDIA-Tesla V100-SXM2-32GB,false:GPU-809c5c58-ad8f-c998-2447-4ac9befe0fdb,10,32768,NVIDIA-Tesla V100-SXM2-32GB,false:GPU-e1fde3ec-1842-57b1-5862-3585e22923d1,10,32768,NVIDIA-Tesla V100-SXM2-32GB,false:GPU-cd8f49bf-1607-360b-8bf3-3defa6a58bb0,10,32768,NVIDIA-Tesla V100-SXM2-32GB,false: in 2024-03-07 10:55:34.100782062 +0000 UTC m=+600.800399211 2024-03-07T10:55:47.977734126Z stderr F I0307 10:55:47.977559 1 plugin.go:296] Allocate [&ContainerAllocateRequest{DevicesIDs:[GPU-e1fde3ec-1842-57b1-5862-3585e22923d1-3 GPU-809c5c58-ad8f-c998-2447-4ac9befe0fdb-2],}]...
Will the applied 12288MiB graphics memory be evenly allocated to two cards when volcano. sh/vgpu memory means "12288" and volcano. sh/vgpu number means "2"
Add support for pass devices via `volume-mounts`. https://github.com/NVIDIA/k8s-device-plugin#configuration-option-details > The DEVICE_LIST_STRATEGY flag allows one to choose which strategy the plugin will use to advertise the list of GPUs allocated to...
The tag in the containers field: image: volcanosh/volcano-device-plugin:1.0.0-ubuntu20.04 can't be found on Docker Hub currently. Is it equivalent to the volcanosh/volcano-device-plugin:latest tag? Additionally, after actually pulling the latest image, I...
When I attempted to install the plugin, the pod gave the following error: ```plaintext flag provided but not defined: -gpu-strategy Usage of volcano-device-plugin: ``` I tried modifying the `args` in...
2023/08/14 12:05:25 You can check the prerequisites at: https://github.com/volcano-sh/k8s-device-plugin#prerequisites 2023/08/14 12:05:25 You can learn how to set the runtime at: https://github.com/volcano-sh/k8s-device-plugin#quick-start 2023/08/14 12:05:26 Could not start device plugin for 'volcano.sh/gpu-memory':...
The tag in the `containers` field: - image: volcanosh/volcano-device-plugin:1.0.0-ubuntu20.04 can't be found on Docker Hub currently. Is it equivalent to the `volcanosh/volcano-device-plugin:latest` tag? Additionally, after actually pulling the latest image,...