docs: update nvidia component versions

Update NVIDIA component versions.

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2023-02-17 18:35:39 +05:30
parent b5c03a7fab
commit 1e3daacc48
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36
6 changed files with 11 additions and 8 deletions

View File

@ -25,6 +25,7 @@ Set the local registry and username environment variables:
```bash
export USERNAME=<username>
export REGISTRY=<registry>
export TAG={{< release >}}-nvidia
```
For eg:

View File

@ -25,6 +25,7 @@ Set the local registry and username environment variables:
```bash
export USERNAME=<username>
export REGISTRY=<registry>
export TAG={{< release >}}-nvidia
```
For eg:

View File

@ -4,13 +4,13 @@ no_list: true
linkTitle: "Documentation"
cascade:
type: docs
lastRelease: v1.4.0-alpha.0
lastRelease: v1.4.0-alpha.1
kubernetesRelease: "1.26.1"
prevKubernetesRelease: "1.26.0"
theilaRelease: "v0.2.1"
nvidiaContainerToolkitRelease: "v1.10.0"
nvidiaDriverRelease: "515.65.01"
iscsiToolsRelease: "v0.1.1"
nvidiaContainerToolkitRelease: "v1.12.0"
nvidiaDriverRelease: "525.89.02"
iscsiToolsRelease: "v0.1.4"
preRelease: true
---

View File

@ -22,7 +22,7 @@ In addition to the patch defined in the [NVIDIA drivers]({{< relref "nvidia-gpu"
value:
- image: ghcr.io/siderolabs/nvidia-open-gpu-kernel-modules:{{< nvidia_driver_release >}}-{{< release >}}
- image: ghcr.io/siderolabs/nvidia-container-toolkit:{{< nvidia_driver_release >}}-{{< nvidia_container_toolkit_release >}}
- image: ghcr.io/siderolabs/nvidia-fabricmanager:{{< nvidia_driver_release >}}
- image: ghcr.io/siderolabs/nvidia-fabricmanager:525.85.12
- op: add
path: /machine/kernel
value:

View File

@ -20,11 +20,12 @@ This requires that the user build and maintain their own Talos installer image.
This guide assumes the user has access to a container registry with `push` permissions, docker installed on the build machine and the Talos host has `pull` access to the container registry.
Set the local registry and username environment variables:
Set the local registry, username and version environment variables:
```bash
export USERNAME=<username>
export REGISTRY=<registry>
export TAG={{< release >}}-nvidia
```
For eg:
@ -167,7 +168,7 @@ Install the NVIDIA device plugin:
```bash
helm repo add nvdp https://nvidia.github.io/k8s-device-plugin
helm repo update
helm install nvidia-device-plugin nvdp/nvidia-device-plugin --version=0.11.0 --set=runtimeClassName=nvidia
helm install nvidia-device-plugin nvdp/nvidia-device-plugin --version=0.13.0 --set=runtimeClassName=nvidia
```
Apply the following manifest to run CUDA pod via nvidia runtime:

View File

@ -117,7 +117,7 @@ Install the NVIDIA device plugin:
```bash
helm repo add nvdp https://nvidia.github.io/k8s-device-plugin
helm repo update
helm install nvidia-device-plugin nvdp/nvidia-device-plugin --version=0.11.0 --set=runtimeClassName=nvidia
helm install nvidia-device-plugin nvdp/nvidia-device-plugin --version=0.13.0 --set=runtimeClassName=nvidia
```
Apply the following manifest to run CUDA pod via nvidia runtime: