Skip to content

Commit 8fcb38e

Browse files
authored
Add note about nvidia.toml file
1 parent 78a5371 commit 8fcb38e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/vendor/embedded-overview.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,11 @@ This section outlines some additional use cases for Embedded Cluster. These are
295295

296296
### NVIDIA GPU Operator
297297

298-
The NVIDIA GPU Operator uses the operator framework within Kubernetes to automate the management of all NVIDIA software components needed to provision GPUs. For more information about this operator, see the [NVIDIA GPU Operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/overview.html) documentation. You can include the operator in your release as an additional Helm chart, or using the Embedded Cluster Helm extensions. For information about Helm extensions, see [extensions](/reference/embedded-config#extensions) in _Embedded Cluster Config_.
298+
The NVIDIA GPU Operator uses the operator framework within Kubernetes to automate the management of all NVIDIA software components needed to provision GPUs. For more information about this operator, see the [NVIDIA GPU Operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/overview.html) documentation.
299299

300-
Using this operator with Embedded Cluster requires configuring the containerd options in the operator as follows:
300+
You can include the NVIDIA GPU Operator in your release as an additional Helm chart, or using Embedded Cluster Helm extensions. For information about adding Helm extensions, see [extensions](/reference/embedded-config#extensions) in _Embedded Cluster Config_.
301+
302+
Using the NVIDIA GPU Operator with Embedded Cluster requires configuring the containerd options in the operator as follows:
301303

302304
```yaml
303305
toolkit:
@@ -306,7 +308,9 @@ toolkit:
306308
value: /etc/k0s/containerd.d/nvidia.toml
307309
- name: CONTAINERD_SOCKET
308310
value: /run/k0s/containerd.sock
309-
```
311+
```
312+
313+
When the containerd options are configured as shown above, the NVIDIA GPU Operator automatically creates the required configurations in the `/etc/k0s/containerd.d/nvidia.toml` file. It is not necessary to create this file manually.
310314

311315
## Troubleshoot with Support Bundles
312316

0 commit comments

Comments
 (0)