@@ -137,11 +137,6 @@ To view all the options, run ``helm show values nvidia/gpu-operator``.
137137 - Description
138138 - Default
139139
140- * - ``ccManager.enabled ``
141- - When set to ``true ``, the Operator deploys NVIDIA Confidential Computing Manager for Kubernetes.
142- Refer to :doc: `gpu-operator-confidential-containers ` for more information.
143- - ``false ``
144-
145140 * - ``cdi.enabled ``
146141 - When set to ``true ``, the Operator installs two additional runtime classes,
147142 nvidia-cdi and nvidia-legacy, and enables the use of the Container Device Interface (CDI)
@@ -227,11 +222,6 @@ To view all the options, run ``helm show values nvidia/gpu-operator``.
227222 You can enable GDRCopy if you use the :doc: `gpu-driver-configuration `.
228223 - ``false ``
229224
230- * - ``kataManager.enabled ``
231- - The GPU Operator deploys NVIDIA Kata Manager when this field is ``true ``.
232- Refer to :doc: `gpu-operator-kata ` for more information.
233- - ``false ``
234-
235225 * - ``mig.strategy ``
236226 - Controls the strategy to be used with MIG on supported NVIDIA GPUs. Options
237227 are either ``mixed `` or ``single ``.
@@ -265,7 +255,7 @@ To view all the options, run ``helm show values nvidia/gpu-operator``.
265255 - Specifies the default type of workload for the cluster, one of ``container ``, ``vm-passthrough ``, or ``vm-vgpu ``.
266256
267257 Setting ``vm-passthrough `` or ``vm-vgpu `` can be helpful if you plan to run all or mostly virtual machines in your cluster.
268- Refer to :doc: `KubeVirt <gpu-operator-kubevirt >`, :doc: ` Kata Containers < gpu-operator-kata >`, or :doc: ` Confidential Containers < gpu-operator-confidential-containers >` .
258+ Refer to :doc: `KubeVirt <gpu-operator-kubevirt >`.
269259 - ``container ``
270260
271261 * - ``toolkit.enabled ``
0 commit comments