NVIDIA / gpu-operator

NVIDIA GPU Operator creates, configures, and manages GPUs in Kubernetes
https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html
Apache License 2.0
1.8k stars 291 forks source link

Does this tool support windows nodes? #532

Open skiwheelr opened 1 year ago

skiwheelr commented 1 year ago

1. Issue or feature description

Does the nvidia operator support GPU enabled nodes running windows. I am looking to enable GPU workload scheduling on a Windows k3s worker. (without having to install ubuntu on it)

This way, the machine could be used for gaming windows games and then switch gears and perform a machine learning workload.

shivamerla commented 1 year ago

@skiwheelr are you referring to using WSL2 (with Ubuntu 20.04) and deploying K3s on that along with rest of the Linux workers? If yes, then this will be interesting to try out gpu-operator and other components. nvidia-container-toolkit already supports WSL2, so we would need to try out other components like driver container, device-plugin etc. We don't have such a plan in roadmap though.