github.com/NVIDIA/gpu-operator
v1.11.1
NVIDIA/gpu-operator
What this package is like to depend on
Last release 2 days ago
21 Aug 2026
Ships on a steady schedule
a new release about every 1 weeks
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
431 releases · first in 2020
188 releases in the last 12 months
see the full history below
Release timeline
431 releases · Jan 2020 to Aug 2026Releases
latest 60 of 431-
v1.11.104 Aug 2022Release notes
Open source →Improvements
Added startupProbe to NVIDIA driver container to allow RollingUpgrades to progress to other nodes only after driver modules are successfully loaded on current one.
Added support for driver.rollingUpdate.maxUnavailable parameter to specify maximum nodes for simultaneous driver upgrades. Default is 1.
NVIDIA driver container will auto-disable itself on the node with pre-installed drivers by applying label nvidia.com/gpu.deploy.driver=pre-installed . This is useful for heterogeneous clusters where only some GPU nodes have pre-installed drivers(e.g. DGX OS).
Fixed issues
Apply tolerations to cuda-validator and device-plugin-validator Pods based on deamonsets.tolerations in ClusterPolicy . For more info refer here .
Fixed an issue causing cuda-validator Pod to fail when accept-nvidia-visible-devices-envvar-when-unprivileged = false is set with NVIDIA Container Toolkit. For more info refer here .
Fixed an issue which caused recursive mounts under /run/nvidia/driver when both driver.rdma.enabled and driver.rdma.useHostMofed are set to true . This caused other GPU Pods to fail to start.
-
v1.11.027 Jun 2022Release notes
Open source →New Features
Support for NVIDIA Data Center GPU Driver version 515.48.07 .
Support for NVIDIA AI Enterprise 2.1.
Support for NVIDIA Virtual Compute Server 14.1 (vGPU).
Support for Ubuntu 22.04 LTS.
Support for secure boot with GPU Driver version 515 and Ubuntu Server 20.04 LTS and 22.04 LTS.
Support for Kubernetes 1.24.
Support for Time-Slicing GPUs in Kubernetes .
Support for Red Hat OpenShift on AWS, Azure and GCP instances. Refer to the Platform Support Matrix for the supported instances.
Support for Red Hat Openshift 4.10 on AWS EC2 G5g instances(ARM).
Support for Kubernetes 1.24 on AWS EC2 G5g instances(ARM).
Support for use with the NVIDIA Network Operator 1.2.
[Technical Preview] - Support for KubeVirt and Red Hat OpenShift Virtualization with GPU Passthrough and NVIDIA vGPU based products .
[Technical Preview] - Kubernetes on ARM with Server Base System Architecture (SBSA).
Improvements
GPUDirect RDMA is now supported with CentOS using MOFED installed on the node.
The NVIDIA vGPU Manager can now be upgraded to a newer branch while using an older, compatible guest driver.
DGX A100 and non-DGX servers can now be used within the same cluster.
Improved user interface while deploying a ClusterPolicy instance(CR) for the GPU Operator through Red Hat OpenShift Console.
Improved the container-toolkit to handle v1 containerd configurations.
Fixed issues
Fix for incorrect reporting of DCGM_FI_DEV_FB_USED where reserved memory is reported as used memory. For more details refer to GitHub issue .
Fixed nvidia-peermem sidecar container to correctly load the nvidia-peermem module when MOFED is directly installed on the node.
Fixed duplicate mounts of /run/mellanox/drivers within the driver container which caused driver cleanup or re-install to fail.
Fixed uncordoning of the node with k8s-driver-manager whenever ENABLE_AUTO_DRAIN env is disabled.
Fixed readiness check for MOFED driver installation by the NVIDIA Network Operator. This will avoid the GPU driver containers to be in CrashLoopBackOff while waiting for MOFED drivers to be ready.
Known Limitations
All worker nodes within the Kubernetes cluster must use the same operating system version.
The NVIDIA GPU Operator can only be used to deploy a single NVIDIA GPU Driver type and version. The NVIDIA vGPU and Data Center GPU Driver cannot be used within the same cluster.
See the limitations sections for the [Technical Preview] of GPU Operator support for KubeVirt.
The clusterpolicies.nvidia.com CRD has to be manually deleted after the GPU Operator is uninstalled using Helm.
nouveau driver has to be blacklisted when using the NVIDIA vGPU. Otherwise the driver will fail to initialize the GPU with the error Failed to enable MSI-X in the system journal logs and all GPU Operator pods will be stuck in init state.
The gpu-operator:v1.11.0 and gpu-operator:v1.11.0-ubi8 images have been released with the following known HIGH Vulnerability CVEs. These are from the base images and are not in libraries used by GPU Operator:
xz-libs - CVE-2022-1271
-
v1.10.118 Mar 2022Release notes
Open source →Improvements
Validated secure boot with signed NVIDIA Data Center Driver R510.
Validated cgroup v2 with Ubuntu Server 20.04 LTS.
Fixed issues
Fixed an issue when GPU Operator was installed and MIG was already enabled on a GPU. The GPU Operator will now install successfully and MIG can either be disabled via the label nvidia.com/mig.config=all-disabled or configured with the required MIG profiles.
Known Limitations
The gpu-operator:v1.10.1 and gpu-operator:v1.10.1-ubi8 images have been released with the following known HIGH Vulnerability CVEs. These are from the base images and are not in libraries used by GPU Operator:
openssl-libs - CVE-2022-0778
zlib - CVE-2018-25032
gzip - CVE-2022-1271
-
v1.10.018 Mar 2022Release notes
Open source →New Features
Support for NVIDIA Data Center GPU Driver version 510.47.03 .
Support NVIDIA A2, A100X and A30X
Support for A100X and A30X on the DPU’s Arm processor.
Support for secure boot with Ubuntu Server 20.04 and NVIDIA Data Center GPU Driver version R470.
Support for Red Hat OpenShift 4.10.
Support for GPUDirect RDMA with Red Hat OpenShift.
Support for NVIDIA AI Enterprise 2.0.
Support for NVIDIA Virtual Compute Server 14 (vGPU).
Improvements
Enabling/Disabling of GPU System Processor (GSP) Mode through NVIDIA driver module parameters.
Ability to avoid deploying GPU Operator Operands on certain worker nodes through labels. Useful for running VMs with GPUs using KubeVirt.
Fixed issues
Increased lease duration of GPU Operator to 60s to avoid restarts during etcd defrag. More details here .
Avoid spurious alerts generated of type GPUOperatorOpenshiftDriverToolkitEnabledNfdTooOld on RedHat OpenShift when there are no GPU nodes in the cluster.
Avoid uncordoning nodes during driver pod startup when ENABLE_AUTO_DRAIN is set to false .
Collection of GPU metrics in MIG mode is now supported with 470+ drivers.
Fabric Manager (required for NVSwitch based systems) with CentOS 7 is now supported.
Known Limitations
Upgrading to a new NVIDIA AI Enterprise major branch:
Upgrading the vGPU host driver to a newer major branch than the vGPU guest driver will result in GPU driver pod transitioning to a failed state. This happens for instance when the Host is upgraded to vGPU version 14.x while the Kubernetes nodes are still running with vGPU version 13.x.
To overcome this situation, before upgrading the host driver to the new vGPU branch, apply the following steps:
kubectl edit clusterpolicy
modify the policy and set the environment variable DISABLE_VGPU_VERSION_CHECK to true as shown below:
driver : env : - name : DISABLE_VGPU_VERSION_CHECK value : "true"
write and quit the clusterpolicy edit
The gpu-operator:v1.10.0 and gpu-operator:v1.10.0-ubi8 images have been released with the following known HIGH Vulnerability CVEs. These are from the base images and are not in libraries used by GPU Operator:
openssl-libs - CVE-2022-0778
-
v1.9.119 Jan 2022Release notes
Open source →Improvements
Improved logic in the driver container for waiting on MOFED driver readiness. This ensures that nvidia-peermem is built and installed correctly.
Fixed issues
Allow driver container to fallback to using cluster entitlements on Red Hat OpenShift on build failures. This issue exposed itself when using GPU Operator with some Red Hat OpenShift 4.8.z versions and Red Hat OpenShift 4.9.8. GPU Operator 1.9+ with Red Hat OpenShift 4.9.9+ doesn’t require entitlements.
Fixed an issue when DCGM-Exporter didn’t work correctly with using the separate DCGM host engine that is part of the standalone DCGM pod. Fixed the issue and changed the default behavior to use the DCGM Host engine that is embedded in DCGM-Exporter. The standalone DCGM pod will not be launched by default but can be enabled for use with DGX A100.
Update to latest Go vendor packages to avoid any CVE’s.
Fixed an issue to allow GPU Operator to work with CRI-O runtime on Kubernetes.
Mount correct source path for Mellanox OFED 5.x drivers for enabling GPUDirect RDMA.
-
v1.9.002 Dec 2021Release notes
Open source →New Features
Support for NVIDIA Data Center GPU Driver version 470.82.01 .
Support for DGX A100 with DGX OS 5.1+.
Support for preinstalled GPU Driver with MIG Manager.
Removed dependency to maintain active Red Hat OpenShift entitlements to build the GPU Driver. Introduce entitlement free driver builds starting with Red Hat OpenShift 4.9.9.
Support for GPUDirect RDMA with preinstalled Mellanox OFED drivers.
Support for GPU Operator and operands upgrades using Red Hat OpenShift Lifecycle Manager (OLM).
Support for NVIDIA Virtual Compute Server 13.1 (vGPU).
Improvements
Automatic detection of default runtime used in the cluster. Deprecate the operator.defaultRuntime parameter.
GPU Operator and its operands are installed into a single user specified namespace.
A loaded Nouveau driver is automatically detected and unloaded as part of the GPU Operator install.
Added an option to mount a ConfigMap of self-signed certificates into the driver container. Enables SSL connections to private package repositories.
Fixed issues
Fixed an issue when DCGM Exporter was in CrashLoopBackOff as it could not connect to the DCGM port on the same node.
Known Limitations
GPUDirect RDMA is only supported with R470 drivers on Ubuntu 20.04 LTS and is not supported on other distributions (e.g. CoreOS, CentOS etc.)
The GPU Operator supports GPUDirect RDMA only in conjunction with the Network Operator. The Mellanox OFED drivers can be installed by the Network Operator or pre-installed on the host.
Upgrades from v1.8.x to v1.9.x are not supported due to GPU Operator 1.9 installing the GPU Operator and its operands into a single namespace. Previous GPU Operator versions installed them into different namespaces. Upgrading to GPU Operator 1.9 requires uninstalling pre 1.9 GPU Operator versions prior to installing GPU Operator 1.9
Collection of GPU metrics in MIG mode is not supported with 470+ drivers.
The GPU Operator requires all MIG related configurations to be executed by MIG Manager. Enabling/Disabling MIG and other MIG related configurations directly on the host is discouraged.
Fabric Manager (required for NVSwitch based systems) with CentOS 7 is not supported.
-
v1.9.0-beta19 Nov 2021 pre-releaseNothing published for this version
-
v1.8.3-0.20260821171647-a22dbf671f2e21 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260821160027-13b97485aaa321 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260821000907-10ee5b3638b821 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260817232025-de69cf78225f17 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260814162146-2dd61b60574714 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260807085326-cfabcc9a8c4c07 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260804203024-736fdfb8f40604 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260803234042-ab152476126303 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260803151119-2afd52ba483d03 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260801025922-14ca11b974fe01 Aug 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260730181829-0a2bcefc199130 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260724230846-cb71b475540124 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260724091449-69a474b06c1324 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260721185008-c37a3850b40d21 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260720143607-57752060b8cd20 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260718004015-7f838266952418 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260716165335-f54bd42108d916 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260713234713-ce8360e854ed13 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260710191018-be25c4f20c3b10 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260708230209-209c80831d9b08 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260706210435-35d35715dd3f06 Jul 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260626201116-a37981bdf12826 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260623223607-b0a49c0e7b2e23 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260623214456-9e35d5d4d2b323 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260622210240-4d29f656d3c922 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260617033911-9b198ba801ee17 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260612153827-fed0b2a686a212 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260611231353-021912003a8811 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260608115136-1ab8a08a932c08 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260605221707-2a8a94d3d99f05 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260603192007-32bd22c7886903 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260601162333-7f0185574ad501 Jun 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260529232536-d3b9dc0d8b7d29 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260527175454-2369b0586cbd27 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260527175244-6fe80f9d946627 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260522195115-19bd0c14776d22 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260513231600-6888f3b7c07913 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260513022035-cf781234cf7913 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260512190015-6df56c0f8b1912 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260508184706-b8a1966c73a708 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260506005329-b927469cd3cb06 May 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260428155331-4bab1c81db4328 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260424074531-da2b5630f6a324 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260420214839-fa0c8a05101520 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260417154600-5a25fef4572b17 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260417143937-e6cd031de19217 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260414040244-691aa75aceab14 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260410182920-afda1f7284f910 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260408170147-45da937b6db608 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260403232852-7ad7a1d93b4603 Apr 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260321041316-d5750f2f303321 Mar 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260318160938-30a8bbd2d04a18 Mar 2026 pre-releaseNothing published for this version
-
v1.8.3-0.20260317001255-89bae95cf3d017 Mar 2026 pre-releaseNothing published for this version