Files
doc-exports/docs/cce/umn/cce_10_0511.html
qiujiandong1 ab1e53a279 CCE UMN 20251031 version
Reviewed-by: Gergo-Bence Lorincz <a200452876@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com>
Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
2026-01-15 10:25:22 +00:00

1.7 KiB

Key CCE AI Suite (NVIDIA GPU) Parameters

Check Items

Check whether the configuration of CCE AI Suite (NVIDIA GPU) in a cluster has been intrusively modified. If so, upgrading the cluster may fail.

Solutions

  1. Use kubectl to access the cluster.
  2. Run the following command to obtain the add-on pod details:

    kubectl get ds nvidia-driver-installer -nkube-system -oyaml

  3. Check whether the UpdateStrategy value is changed to OnDelete. If so, change it back to RollingUpdate.
  4. Check whether the NVIDIA_DRIVER_DOWNLOAD_URL value is the same as the GPU driver version on the add-on page. If not, correct the version on the add-on page.