Skip to content

Commit f75c755

Browse files
Apply suggestions from code review
Co-authored-by: Christopher Desiniotis <[email protected]> Signed-off-by: Abigail McCarthy <[email protected]>
1 parent 66d2bab commit f75c755

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
@@ -82,7 +82,7 @@ Prerequisites
8282

8383
.. note::
8484

85-
When installing NVIDIA GPU Operator v25.10.0 on GKE, there is a known issue in the NVIDIA Container Toolkit v1.18.0, the default toolkit version, that will misconfigure the config.toml file and prevent GPU Operator containers from starting up correctly.
85+
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

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

gpu-operator/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Known Issues
188188
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

191-
- When using GKE, there is a known issue in the NVIDIA Container Toolkit v1.18.0 that will miss configure the config.toml file and prevent GPU Operator containers from starting up correctly.
191+
- 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.
192192
To resolve this issue, set the ``RUNTIME_CONFIG_SOURCE=file`` environment variable in the toolkit container to resolve this issue.
193193
You can set this environment variable by setting the below in the ClusterPolicy CR:
194194

0 commit comments

Comments
 (0)