mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-20 20:11:13 +02:00
docs: update nvidia component versions
Update NVIDIA component versions. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
b5c03a7fab
commit
1e3daacc48
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user