Files
doc-exports/docs/cce/umn/cce_10_0511.html
Dong, Qiu Jian f7b9a88535 CCE UMN update -20240625 version
Reviewed-by: Kovács, Zoltán <zkovacs@t-systems.com>
Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2024-09-04 11:43:54 +00:00

1.7 KiB

Key GPU Add-on Parameters

Check Items

Check whether the configuration of the CCE AI Suite add-on in a cluster has been intrusively modified. If so, upgrading the cluster may fail.

Solution

  1. Use kubectl to access the cluster.
  2. Run the following command to obtain the add-on instance 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 add-on IP address on the add-on details page. If no, change the value on the web page.