GPUMounter icon indicating copy to clipboard operation
GPUMounter copied to clipboard

A kubernetes plugin which enables dynamically add or remove GPU resources for a running Pod

Results 7 GPUMounter issues
Sort by recently updated
recently updated
newest added

environment: - k8s 1.16.15 - docker 20.10.10 problem: following QuickStart.md, I install GPUMounter successfully in my k8s. However, never request `remove gpu` and `add gpu` sucessfully. I pasted some logs...

GPUMounter-master.log: 2022-01-16T11:24:14.610Z INFO GPUMounter-master/main.go:25 access add gpu service 2022-01-16T11:24:14.610Z INFO GPUMounter-master/main.go:30 Pod: test Namespace: default GPU Num: 1 Is entire mount: false 2022-01-16T11:24:14.627Z INFO GPUMounter-master/main.go:66 Found Pod: test in Namespace:...

bug

In current version, slave pod QoS class is `BestEffort`. The slave pod will most likely down when an eviction occurs. And it will lead to GPU resource leak( the user...

enhancement

第一次挂载成功了,后面卸载再次deploy 显示这个 Insufficient GPU on Node: yigou-dev-102-46,gpu 实际空闲

Hello, I'm very interested in this project and would like to know if there are any upcoming updates. Alternatively, are there any alternative solutions available? My requirement is to add...

I test this successfully in Cgroup v1, but Cgroup v2 was wrong. Here are the logs : ------ 2025-01-13T03:41:56.696Z INFO GPUMounter-worker/main.go:15 Service Starting... 2025-01-13T03:41:56.696Z INFO gpu-mount/server.go:22 Creating gpu mounter 2025-01-13T03:41:56.696Z...