-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The nvidia-device-plugin label GPU node automatically? #70
Comments
There is a plan in the Kubernetes community: kubernetes/community#2265 |
Thanks for your reply. I know. But now if i want to implement my case, Should i must be label GPU type on the node? |
@flx42 we're interested in this too. Can the nvidia agent on each node report to the kubelet or API server how many GPUs and of what type there are? The node label seems restrictive since it's static and the amount of each isn't tracked. |
I did this with some terraform varible with this simple command, I did node-labeling
|
@Bharathkumarraju which program add Now i write a daemonset to do it, when i deploy a GPU pod, i have to choose a node through my program, this program add I think it is not good, but i don't know other methods to do it now. |
This is now possible with the GPU feature discovery: https://github.com/NVIDIA/gpu-feature-discovery |
Hi,
I deploy the nvidia-device-plugin on my kubernetes cluster. But on my cluster, different nodes have different GPU type, i hope my pod can deploy the specify GPU type node.
Now i must label GPU on the node manually, i hope nvidia-device-plugin can label GPU type automatically.
Is it reasonable?
The text was updated successfully, but these errors were encountered: