Skip to content

Commit dba43eb

Browse files
committed
typo fix
Signed-off-by: Abigail McCarthy <[email protected]>
1 parent ad3e774 commit dba43eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpu-operator/google-gke.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Prerequisites
8484

8585
When installing NVIDIA GPU Operator on GKE 1.33+, there is a known issue where NVIDIA Container Toolkit will misconfigure the containerd `config.toml` file and prevent GPU Operator containers from starting up correctly.
8686

87-
To resolve this issue, set the ``RUNTIME_CONFIG_SOURCE=file`` environment variable in the toolkit container to resolve this issue.
87+
To resolve this issue, set the ``RUNTIME_CONFIG_SOURCE=file`` environment variable in the toolkit container.
8888
You can set this environment variable by setting the below in the ClusterPolicy CR:
8989

9090
.. code-block:: yaml

gpu-operator/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Known Issues
189189
Create the ConfigMap, then update the ClusterPolicy with the name of the configMap in the ``vgpuDeviceManager.config.name``, and restart the vgpu-device-manager pod.
190190

191191
- When using GKE 1.33+, there is a known issue where NVIDIA Container Toolkit will misconfigure the containerd `config.toml` file and prevent GPU Operator containers from starting up correctly.
192-
To resolve this issue, set the ``RUNTIME_CONFIG_SOURCE=file`` environment variable in the toolkit container to resolve this issue.
192+
To resolve this issue, set the ``RUNTIME_CONFIG_SOURCE=file`` environment variable in the toolkit container.
193193
You can set this environment variable by setting the below in the ClusterPolicy CR:
194194

195195
.. code-block:: yaml

0 commit comments

Comments
 (0)