Admin-Settings-Clusters-Config-- Use GPU check box
clayms
Registered Posts: 52 ✭✭✭✭
What does the Admin-Settings-Clusters-Config-- Use GPU check box do?
Where is it documented?
Why is it so difficult to find in the documentation?
Operating system used: centos
Tagged:
Answers
-
Hi @clayms
,It depends on which type of cluster you're using (EKS or GKE).
For GKE clusters, the "With GPU" option is documented here: Enable GPU support on the cluster.
For EKS clusters, the "GPU" option installs the NVIDIA device plugin for Kubernetes on the cluster. You also need to build CUDA images as documented here: Building an image with CUDA support.
Thanks,
Zach
-
Where is it documented for EKS ?