security: feat: Update GPU drivers to 470.103.01 (#4858)

This commit is contained in:
Michael Sinz 2022-03-16 17:07:17 -07:00 коммит произвёл GitHub
Родитель fa4eebf72a
Коммит 07980c4df2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,7 @@ If you created a Kubernetes cluster with one or multiple Ubuntu node pools whose
The NVIDIA drivers are automatically installed on every GPU agent in your cluster, so you don't need to do that manually, unless you require a specific version of the drivers. Currently, the installed driver is version 418.40.04.
Note: You will get version 460.32.03 of the drivers if you are using Ubuntu 18.04-LTS, and version 418.40.04 drivers if you are using 16.04-LTS.
Note: You will get version 470.103.01 of the drivers if you are using Ubuntu 18.04-LTS, and version 418.40.04 drivers if you are using 16.04-LTS.
To make sure everything is fine, run `kubectl describe node <name-of-a-gpu-node>`. You should see the correct number of GPU reported (in this example shows 2 GPU for a NC12 VM):

Просмотреть файл

@ -12,7 +12,7 @@ if [[ ${OS} == "${UBUNTU_OS_NAME}" ]]; then
fi
DOCKER=/usr/bin/docker
if [[ $UBUNTU_RELEASE == "18.04" ]]; then
export GPU_DV=460.32.03
export GPU_DV=470.103.01
else
export GPU_DV=418.40.04
fi

Просмотреть файл

@ -17253,7 +17253,7 @@ if [[ ${OS} == "${UBUNTU_OS_NAME}" ]]; then
fi
DOCKER=/usr/bin/docker
if [[ $UBUNTU_RELEASE == "18.04" ]]; then
export GPU_DV=460.32.03
export GPU_DV=470.103.01
else
export GPU_DV=418.40.04
fi