Update scheduling-gpus.md

modify "nvidia drivers" to "Nvidia drivers"
pull/5055/head^2
Anthony 2017-08-18 18:23:10 +08:00 committed by Andrew Chen
parent c549dffaaf
commit 8b2485c441
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ This page describes how users can consume GPUs and the current limitations.
{% capture prerequisites %}
1. Kubernetes nodes have to be pre-installed with Nvidia drivers. Kubelet will not detect Nvidia GPUs otherwise. Try to re-install nvidia drivers if kubelet fails to expose Nvidia GPUs as part of Node Capacity. After installing the driver, run `nvidia-docker-plugin` to confirm that all drivers have been loaded.
1. Kubernetes nodes have to be pre-installed with Nvidia drivers. Kubelet will not detect Nvidia GPUs otherwise. Try to re-install Nvidia drivers if kubelet fails to expose Nvidia GPUs as part of Node Capacity. After installing the driver, run `nvidia-docker-plugin` to confirm that all drivers have been loaded.
2. A special **alpha** feature gate `Accelerators` has to be set to true across the system: `--feature-gates="Accelerators=true"`.
3. Nodes must be using `docker engine` as the container runtime.