All Products
Search
Document Center

Container Service for Kubernetes:Update the NVIDIA driver license for a GPU virtualization (vGPU) instance in an ACK cluster

Last Updated:Mar 26, 2026

ACK clusters that include vGPU-accelerated nodes require both an NVIDIA GRID license and a running GRID license server. This topic describes how to renew the NVIDIA driver license on a vGPU-accelerated node.

Prerequisites

Before you begin, ensure that you have:

Supported cluster types: dedicated clusters, managed clusters, and professional clusters.

Renew the NVIDIA driver license

After the GRID license server is running, complete the following steps on each vGPU-accelerated node.

  1. Log on to the vGPU-accelerated node.

  2. Open /etc/nvidia/gridd.conf and set the following parameters:

    ServerAddress=<your license server address>
    ServerPort=<license server port>
    Parameter Description
    ServerAddress The address of your GRID license server
    ServerPort The port on which the license server listens
  3. Restart the NVIDIA driver:

    systemctl daemon-reload
    systemctl restart nvidia-gridd
  4. Verify that the license is active:

    nvidia-smi

    Expected output of nvidia-smi

    If nvidia-smi runs successfully, the NVIDIA driver license of the vGPU-accelerated node is renewed.