Skip to content

Commit

Permalink
docs: update nvidia component versions
Browse files Browse the repository at this point in the history
Update NVIDIA component versions.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Feb 17, 2023
1 parent b5c03a7 commit 1e3daac
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
Expand Up @@ -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:
Expand Down
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions website/content/v1.4/_index.md
Expand Up @@ -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
---

Expand Down
Expand Up @@ -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:
Expand Down
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Expand Up @@ -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:
Expand Down

0 comments on commit 1e3daac

Please sign in to comment.