Skip to content

Commit 3bfd1d9

Browse files
authored
Update small docs issues (#307)
* Update troubleshooting guide with cri-o issue Signed-off-by: Abigail McCarthy <[email protected]> * add additional error message Signed-off-by: Abigail McCarthy <[email protected]> * fix heading Signed-off-by: Abigail McCarthy <[email protected]> * remove stuck Signed-off-by: Abigail McCarthy <[email protected]> * typo fix Signed-off-by: Abigail McCarthy <[email protected]> * update 25.3.4 release notes Signed-off-by: Abigail McCarthy <[email protected]> * remove recommended from 25.10.0 Signed-off-by: Abigail McCarthy <[email protected]> * remove kata docs Signed-off-by: Abigail McCarthy <[email protected]> --------- Signed-off-by: Abigail McCarthy <[email protected]>
1 parent 1613c2c commit 3bfd1d9

File tree

6 files changed

+32
-508
lines changed

6 files changed

+32
-508
lines changed

gpu-operator/getting-started.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,6 @@ To view all the options, run ``helm show values nvidia/gpu-operator``.
261261
You can enable GDRCopy if you use the :doc:`gpu-driver-configuration`.
262262
- ``false``
263263

264-
* - ``kataManager.enabled``
265-
- The GPU Operator deploys NVIDIA Kata Manager when this field is ``true``.
266-
Refer to :doc:`gpu-operator-kata` for more information.
267-
- ``false``
268264

269265
* - ``mig.strategy``
270266
- Controls the strategy to be used with MIG on supported NVIDIA GPUs. Options
@@ -299,7 +295,7 @@ To view all the options, run ``helm show values nvidia/gpu-operator``.
299295
- Specifies the default type of workload for the cluster, one of ``container``, ``vm-passthrough``, or ``vm-vgpu``.
300296

301297
Setting ``vm-passthrough`` or ``vm-vgpu`` can be helpful if you plan to run all or mostly virtual machines in your cluster.
302-
Refer to :doc:`KubeVirt <gpu-operator-kubevirt>`, or :doc:`Kata Containers <gpu-operator-kata>`.
298+
Refer to :doc:`KubeVirt <gpu-operator-kubevirt>`.
303299
- ``container``
304300

305301
* - ``toolkit.enabled``

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

0 commit comments

Comments
 (0)