Introduction
The CCE AI Suite (NVIDIA GPU) add-on helps you use and manage GPUs in your clusters. It supports access to GPUs in containers and helps you efficiently run and maintain GPU-based compute-intensive workloads in cloud native environments. With this add-on, both CCE standard and Turbo clusters can handle GPU scheduling, install drivers automatically, manage runtimes, and monitor performance. This means you get full support for GPU workloads throughout their entire lifecycle. To run GPU nodes in a cluster, you must install this add-on.
How nvidia-gpu-device-plugin Works
nvidia-gpu-device-plugin is one of the core components of CCE AI Suite (NVIDIA GPU). As a bridge between the container platform and GPU hardware, nvidia-gpu-device-plugin abstracts physical GPUs into resources that can be identified and scheduled by the container platform. This addresses the GPU allocation and usage problems in containerized environments.
This component runs as a DaemonSet so that the GPUs on every node can be identified by kubelet and reported to Kubernetes. You only need to declare the GPU resource requests in pod specs to use the GPUs on nodes. kubelet does not automatically detect GPU devices on its own. Instead, it relies on nvidia-gpu-device-plugin to register and report GPU information. nvidia-gpu-device-plugin runs on every GPU node and uses the gRPC protocol to communicate with kubelet Device Plugin Manager and complete the registration. The workflow is shown below.
Figure 1 GPU resource reporting and health
- Sending a registration request: nvidia-gpu-device-plugin sends a registration request to kubelet as a client along with:
- Device name (nvidia.com/gpu): identifies the type of hardware resource managed by the add-on for kubelet to identify and schedule.
- Unix socket: enables local gRPC communication between the component and kubelet to ensure that kubelet can properly call the correct services.
- API version: specifies the version of the Device Plugin API protocol. It ensures that the communication protocols of both parties are compatible.
- Starting a service: After registration, nvidia-gpu-device-plugin starts a gRPC server to provide services for external systems. The gRPC server handles kubelet requests, including device list queries, health status reporting, and resource allocation. The listening address (Unix socket path) of the gRPC server and supported Device Plugin API version have been reported to kubelet during registration. This ensures that kubelet can properly establish connections and call the correct APIs based on the registration information.
- Health monitoring: After the gRPC server is started, kubelet establishes a persistent connection with nvidia-gpu-device-plugin through the ListAndWatch API to continuously listen to the device IDs and their health. If a device becomes unhealthy, nvidia-gpu-device-plugin reports the error to kubelet through the connection.
- Information reporting: kubelet integrates the device information into the node statuses and reports resource details such as the number of devices to Kubernetes API server. The scheduler (kube-scheduler or Volcano) uses these details to make scheduling decisions.
- Persistent storage: CCE stores the GPU device information (such as quantity and status) reported by nodes in etcd for cluster-level resource persistence. This ensures that GPU data can be kept after a cluster component is faulty or restarted, and provides consistent data sources for components such as the scheduler and controller, ensuring reliability of resource scheduling and management.
Notes and Constraints
- The driver to be downloaded must be a .run file.
- Only NVIDIA Tesla drivers are supported, not GRID drivers.
- When installing or reinstalling the add-on, ensure that the driver download address is correct and accessible. CCE does not verify the address validity.
- This add-on only enables you to download the driver and execute the installation script. The add-on status only indicates that how the add-on is running, not whether the driver is successfully installed.
- CCE does not guarantee the compatibility between the GPU driver version and the CUDA library version of your application. You need to check the compatibility by yourself.
- If a custom OS image has had a GPU driver installed, CCE cannot ensure that the GPU driver is compatible with other GPU components such as the monitoring components used in CCE.
Installing the Add-on
- Log in to the CCE console and click the cluster name to access the cluster console.
- In the navigation pane, choose Add-ons. In the right pane, find the CCE AI Suite (NVIDIA GPU) add-on and click Install.
- Determine whether to enable Use DCGM-Exporter to Observe DCGM Metrics. After this function is enabled, DCGM-Exporter is deployed on the GPU node.
If the add-on version is 2.7.40 or later, DCGM-Exporter can be deployed. DCGM-Exporter maintains the community capability and does not support the sharing mode or GPU virtualization.
- Configure the add-on parameters.
Table 1 Add-on parametersParameter
|
Description
|
Default Cluster Driver
|
All GPU nodes in a cluster use the same driver. You can select a proper GPU driver version or customize the driver link and enter the download link of the NVIDIA driver. NOTICE: - If the download link is a public network address, for example, https://us.download.nvidia.com/tesla/470.103.01/NVIDIA-Linux-x86_64-470.103.01.run, bind an EIP to each GPU node. For details about how to obtain the driver link, see Obtaining a Driver Link from the Internet.
- If the download link is an OBS URL, you do not need to bind an EIP to GPU nodes. For details about how to obtain the driver link, see Obtaining a Driver Link from the OBS Link.
- Ensure that the NVIDIA driver version matches the GPU node.
- If the driver version is changed, restart the node to apply the change.
|
After the add-on is installed, you can configure GPU virtualization and node pool drivers on the Heterogeneous Resources tab in Settings.
- Click Install.
If the add-on is uninstalled, GPU pods newly scheduled to the nodes cannot run properly, but GPU pods already running on the nodes will not be affected.
Verifying the Add-on
After the add-on is installed, run the nvidia-smi command on the GPU node and the container that schedules GPU resources to verify the availability of the GPU device and driver.
If GPU information is returned, the device is available and the add-on has been installed.

Managing the Add-on
Once the add-on is installed, you can upgrade or roll back it as needed. Before upgrading or rolling back the CCE AI Suite (NVIDIA GPU) add-on, make sure there are no GPU virtualization workloads running on the GPU node. If the GPU node has GPU virtualization workloads, when you upgrade or roll back the add-on, you need to drain the GPU node.
Upgrading the Add-on
CCE regularly launches new add-on versions to update features, improve performance, and address bugs. The upgrade procedure is as follows:
- Log in to the CCE console and click the cluster name to access the cluster console.
- In the navigation pane, choose Add-ons. In the right pane, find the CCE AI Suite (NVIDIA GPU) add-on and click Upgrade.
- In the window that slides out from the right, click the version number next to Add-on Versions and select the target version from the drop-down list. Set other parameters as required. For details, see Installing the Add-on. If you need to change the Default Cluster Driver setting, manually restart the GPU node after the add-on upgrade is complete. For details, see "Upgrading a GPU Driver."
After all parameters are configured, click OK in the lower right corner. If the add-on status transitions from Upgrading to Running, the upgrade is successful.
Rolling Back the Add-on
If an add-on upgrade fails or any other exceptions occur, you have the option to roll back the add-on to the source version. After an add-on rollback, the virtualization and driver configurations of node pools remain unchanged and are not reverted. The add-on rollback feature has specific requirements based on the cluster and add-on versions.
- If the cluster version is v1.28 or later, only add-on of 2.7.35 or later versions can be rolled back. (The source version must be later than 2.7.13).
- If the cluster version is v1.27 or earlier, only add-on of 2.1.19 or later versions can be rolled back. (The source version must be later than 2.1.8).
If you have modified the add-on startup parameters, check and delete the custom parameters before the rollback. If you do not perform these operations, the rollback may fail because the target version does not support these parameters.
- Log in to the CCE console and click the cluster name to access the cluster console.
- In the navigation pane, choose Add-ons. In the right pane, find the CCE AI Suite (NVIDIA GPU) add-on and click Roll Back.
- In the Roll Back Add-on dialog box displayed, check that the target version is correct and click Yes. If the add-on status transitions from Rolling back to Running, the rollback is successful.
Upgrading a GPU Driver
When the CUDA library in use is incompatible with an NVIDIA driver version, the associated GPU node becomes unavailable. To resolve this, you need to upgrade the driver version. Both CCE standard and Turbo clusters provide support for driver upgrades at the cluster and node pool levels. This section covers the procedure for upgrading a cluster driver. For details about how to upgrade a node pool driver, see Upgrading the Driver Version of a GPU Node Using a Node Pool.
Upgrading the NVIDIA driver of a cluster involves reinstalling the driver during the node restart. After specifying the desired cluster driver version on the console, you must manually restart the GPU node. To do so, perform the following operations:
- Specify the cluster driver version. You can specify the cluster driver version through either of the following ways:
- Upgrading the add-on: In the navigation pane, choose Add-ons. In the right pane, find the CCE AI Suite (NVIDIA GPU) add-on and click Upgrade. In the window that slides out from the right, change the value of Cluster Default Driver to a proper one, for example, 535.216.03, and click OK.
- Editing the add-on: In the navigation pane, choose Add-ons. In the right pane, find the CCE AI Suite (NVIDIA GPU) add-on and click Edit. In the window that slides out from the right, change the value of Cluster Default Driver to a proper one, for example, 535.216.03, and click OK.
- Configuring heterogeneous resources: In the navigation pane, choose Settings. In the right pane, click the Heterogeneous Resources tab, change the value of Cluster Default Driver to a proper one, for example, 535.216.03, and click Confirm Settings.
- Perform rolling restart on the GPU node and install the driver of the specified version. Evict pods on the GPU node before restarting the node. For details, see Draining a Node. When draining a GPU node, make sure to reserve enough GPU resources on other nodes to meet pod scheduling needs. This helps avoid pod scheduling issues due to inadequate resources and ensures smooth service operation.
- In the navigation pane, choose Nodes. In the right pane, click the Nodes tab and view all GPU nodes.
- Click the GPU node name. On the page displayed, click Restart in the upper right corner. After the GPU node is restarted, wait for 5 to 10 minutes for the driver installation to complete. You can check the CCE AI Suite (NVIDIA GPU) add-on status to see whether the driver has been installed. If the add-on status changes to Running, the driver has been installed.
- Log in to the node, verify the version of the driver installed on it, and confirm that the GPU node driver upgrade was successful. The command for obtaining a driver version varies based on the CCE AI Suite (NVIDIA GPU) version.
The following command output is displayed. The node driver version is 535.216.03 and matches the specified version. This indicates that the upgrade has been completed.

Once you have verified that the node and services are operating properly, follow the preceding steps again to perform a restart of the remaining GPU nodes within the cluster.
Supported GPU Drivers
- The list of supported GPU drivers applies only to CCE AI Suite (NVIDIA GPU) of v1.2.28 or later.
- To use the latest GPU driver, upgrade your CCE AI Suite (NVIDIA GPU) to the latest version.
- The compatibility of the OSs, GPU drivers, and GPU models listed in Table 2 has been tested and verified. To ensure excellent performance and stability, use these GPU drivers. If the deployment is performed in an unverified environment, perform full tests based on the environment to ensure the compatibility and stability.
- NVIDIA no longer provides updates or security patches for GPU drivers that have reached their end of life (EOL). For details, see Driver Lifecycle. For example, a Production Branch (PB) provides one-year support from the date of release, and a Long-Term Support Branch (LTSB) provides three-year support.
According to this policy, CCE does not provide technical support for GPU drivers that have reached EOL, including driver installation and updates. The following drivers have reached EOL: 510.47.03, 470.141.03, and 470.57.02.
- When installing a GPU driver on Ubuntu and CentOS, pay attention to the OS version. For details, see Table 3. For more information, see NVIDIA Driver Documentation.
Table 2 Supported GPU driversGPU Model
|
Supported Cluster Type
|
Specification
|
OS
|
OS
|
OS
|
HCE OS 2.0
|
Ubuntu 22.04
|
EulerOS release 2.9
|
Tesla T4
|
CCE standard cluster
|
g6
pi2
|
570.86.15
535.216.03
535.161.08
535.54.03
510.47.03
470.57.02
|
570.86.15
535.216.03
535.161.08
535.54.03
|
535.54.03
470.141.03
|
Tesla V100
|
CCE standard cluster
|
p2s
p2vs
p2v
|
570.86.15
535.216.03
535.161.08
535.54.03
510.47.03
470.57.02
|
570.86.15
535.216.03
535.161.08
535.54.03
|
535.54.03
470.141.03
|
Table 3 Mapping between GPU driver versions and OS versionsDriver Version
|
Ubuntu 22.04
|
570.86.15
|
Ubuntu 22.04.z LTS (where z ≤ 5)
|
535.216.03
|
Ubuntu 22.04.z LTS (where z ≤ 4)
|
535.161.08
|
Ubuntu 22.04.z LTS (where z ≤ 3)
|
535.54.03
|
Ubuntu 22.04.z LTS (where z ≤ 2)
|
510.47.03
|
Not supported
|
470.141.03
|
Not supported
|
470.57.02
|
Not supported
|
Obtaining a Driver Link from the Internet
- Log in to the CCE console and click the cluster name to access the cluster console.
- Create a node. In the Specifications area, select the GPU node flavor. The GPU card models are displayed in the lower part of the area.
- Log in to the NVIDIA driver download page and search for the driver information. The OS must be Linux 64-bit.
Figure 2 Selecting parameters
- After confirming the driver information, click Find. On the displayed page, find the driver to be downloaded and click View.
Figure 3 Viewing the driver information
- Click Download and copy the download link.
Figure 4 Obtaining the link
Obtaining a Driver Link from the OBS Link
- Upload the driver to OBS and set the driver file to public read.
When the node is restarted, the driver will be downloaded and installed again. Ensure that the OBS bucket link of the driver is valid.
- In the bucket list, click a bucket name, and then the Overview page of the bucket is displayed.
- In the navigation pane, choose Objects.
- Select the name of the target object and copy the driver link on the object details page.
Components
Table 4 Add-on componentsComponent
|
Description
|
Resource Type
|
nvidia-driver-installer
|
A workload for installing the NVIDIA GPU driver on a node, which only uses resources during the installation process (Once the installation is finished, no resources are used.)
|
DaemonSet
|
nvidia-gpu-device-plugin
|
A Kubernetes device plugin that provides NVIDIA GPU heterogeneous compute for containers
|
DaemonSet
|
nvidia-operator
|
A component that provides NVIDIA GPU node management capabilities for clusters
|
Deployment
|
Helpful Links
- CCE AI Suite (NVIDIA GPU) provides GPU monitoring metrics. For details about GPU metrics, see GPU Metrics.
Release History
Table 5 CCE AI Suite (NVIDIA GPU) add-onAdd-on Version
|
Supported Cluster Version
|
New Feature
|
2.8.4
|
v1.28
v1.29
v1.30
v1.31
v1.32
|
Fixed CVE-2025-23266 and CVE-2025-23267.
|
2.7.66
|
v1.28
v1.29
v1.30
v1.31
|
Fixed some issues.
|
2.7.63
|
v1.28
v1.29
v1.30
v1.31
|
Fixed the security vulnerabilities.
|
2.7.19
|
v1.28
v1.29
v1.30
|
Fixed the nvidia-container-toolkit CVE-2024-0132 container escape vulnerability.
|
2.7.13
|
v1.28
v1.29
v1.30
|
- Supported xGPU configuration by node pool.
- Supported GPU rendering.
- Clusters v1.30 are supported.
|
2.6.4
|
v1.28
v1.29
|
Updated the isolation logic of GPU cards.
|
2.6.1
|
v1.28
v1.29
|
Upgraded the base images of the add-on.
|
2.5.6
|
v1.28
|
Fixed an issue that occurred during the installation of the driver.
|
2.5.4
|
v1.28
|
Clusters v1.28 are supported.
|
2.2.4
|
v1.25
v1.27
|
Fixed CVE-2025-23266 and CVE-2025-23267.
|
2.0.69
|
v1.21
v1.23
v1.25
v1.27
|
Upgraded the base images of the add-on.
|
2.0.48
|
v1.21
v1.23
v1.25
v1.27
|
Fixed an issue that occurred during the installation of the driver.
|
2.0.46
|
v1.21
v1.23
v1.25
v1.27
|
- Supported NVIDIA driver 535.
- Non-root users can use xGPUs.
- Optimized startup logic.
|
1.2.28
|
v1.19
v1.21
v1.23
v1.25
|
- Adapted to Ubuntu 22.04.
- Optimized the automatic mounting of the GPU driver directory.
|
1.2.20
|
v1.19
v1.21
v1.23
v1.25
|
Set the add-on alias to gpu.
|
1.2.15
|
v1.15
v1.17
v1.19
v1.21
v1.23
|
CCE clusters v1.23 are supported.
|
1.2.9
|
v1.15
v1.17
v1.19
v1.21
|
CCE clusters v1.21 are supported.
|
1.2.2
|
v1.15
v1.17
v1.19
|
Supported the new EulerOS kernel.
|