Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions gpu-operator/platform-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,46 @@ KubeVirt and OpenShift Virtualization with NVIDIA vGPU is supported on the follo

KubeVirt with NVIDIA vGPU is supported on ``nodes`` with Linux kernel < 6.0, such as Ubuntu 22.04 ``LTS``.

***************************
Support for Kata Containers
***************************

The GPU Operator supports running GPU workloads in lightweight virtual machines using
`Kata Containers <https://katacontainers.io/>`__ for GPU passthrough workloads.
Refer to :doc:`deploy-kata-containers` for installation details.

.. list-table::
:header-rows: 1
:widths: 40 60

* - Component
- Support
* - Kata Containers
- 3.29.0 and higher (installed with the upstream ``kata-deploy`` Helm chart)
* - Container runtime
- containerd only
* - Kubernetes
- 1.32---1.35

Refer to the Limitations and Restrictions section of the :doc:`Kata Containers documentation <deploy-kata-containers>` for more information on the limitations and restrictions of using Kata Containers with the GPU Operator.

***********************************
Support for Confidential Containers
***********************************

The GPU Operator supports deploying Confidential Containers using Kata Containers and the NVIDIA Reference Architecture for Confidential Containers.
This is a dedicated architecture for deploying Confidential Containers on Kubernetes clusters.

For additional details on the NVIDIA Reference Architecture for Confidential Containers, including supported GPUs, host CPU platforms, operating systems, and software component, refer to the :doc:`NVIDIA Confidential Containers documentation <cc:index>`.

******************************************
Support for OpenShift Sandboxed Containers
******************************************

The GPU Operator offers Technology Preview support for
`Red Hat OpenShift Sandboxed Containers <https://docs.redhat.com/en/documentation/openshift_sandboxed_containers/1.12>`__ v1.12
to deploy both Kata Containers and Confidential Containers workloads.

**************************
Support for GPUDirect RDMA
**************************
Expand Down
Loading