全部產品
Search
文件中心

Container Service for Kubernetes:添加GPU節點

更新時間:Jun 03, 2026

ACK Edge叢集的邊緣節點池支援管理線下GPU資源。本文介紹如何在ACK Edge叢集中的邊緣節點池中添加GPU節點。

前提條件

使用限制

操作步驟

1.26及以上版本叢集

ACK Edge叢集從1.26版本開始,接入Nvidia GPU時,無需配置gpuVersion參數直接接入,由接入工具自動檢查GPU型號並安裝相關組件。

添加GPU節點的操作與其他邊緣節點操作一致,具體操作,請參見添加邊緣節點

說明

1.26及以上版本的ACK Edge叢集支援全系列NVIDIA官方發布的生產級(Production Grade)GPU顯卡,包括Tesla系列、Hopper(H系列)、Ada Lovelace(A系列)以及L系列。

1.26以下版本叢集

在1.26以下版本ACK Edge叢集中添加GPU節點時,需要選擇以下支援的GPU型號。如果有其他GPU型號需求,請提交工單處理。

系統架構

GPU型號

邊緣Kubernetes叢集版本

AMD64/x86_64

Nvidia_Tesla_T4

≥1.16.9-aliyunedge.1

AMD64/x86_64

Nvidia_Tesla_P4

≥1.16.9-aliyunedge.1

AMD64/x86_64

Nvidia_Tesla_P100

≥1.16.9-aliyunedge.1

AMD64/x86_64

Nvidia_Tesla_V100

≥1.18.8-aliyunedge.1

AMD64/x86_64

Nvidia_Tesla_A10

≥1.20.11-aliyunedge.1

AMD64/x86_64

Nvidia_L40

≥1.26.3-aliyun.1

  1. 登入Container Service管理主控台,在左側導覽列選擇叢集列表

  2. 叢集列表頁面,單擊目的地組群名稱,然後在左側導覽列,選擇節點管理 > 節點池

  3. 節點池頁面,選擇目標節點池右側操作列的表徵圖 > 添加已有節點

  4. 進入添加節點頁面,單擊手動添加,添加現有執行個體。

  5. 單擊下一步進入執行個體資訊頁面,您可以在此處填寫節點接入配置,具體的配置參數,請參見參數列表

    {
      "gpuVersion": "Nvidia_Tesla_T4",
      "enableIptables": true,
      "quiet": true,
      "manageRuntime": true,
      "allowedClusterAddons": [
        "kube-proxy",
        "flannel",
        "coredns"
      ]
    }
    說明
    • 產生節點接入指令碼時,需配置gpuVersion參數。當前支援的GPU版本如下請參見使用限制

    • 該參數配置完成後,接入工具會自動安裝nvidia-containerd-runtime,關於nvidia-containerd-runtime更多資訊,請參見nvidia-containerd-runtime

  6. 配置完成後單擊下一步,進入添加完成頁面,單擊複製,到您的邊緣節點上粘貼並執行該指令碼。

    添加節點成功的結果如下所示。

    I0410 10:54:25.801554    19419 join-node.go:241] [join-node] Config the kubelet service configuration successfully.
    I0410 10:54:25.801590    19419 join-node.go:246] [join-node] Adding edge hub static yaml
    I0410 10:54:25.801662    19419 join-node.go:279] [join-node] Add edge hub static yaml is ok
    I0410 10:54:25.801666    19419 join-node.go:384] [join-node] Start to joining node to cluster.
    I0410 10:54:27.338166    19419 join-node.go:393] [join-node] Join node to cluster successfully.
    I0410 10:54:27.338214    19419 install.go:151] [install-edgehub] Checking edgehub status
    I0410 10:54:37.357405    19419 install.go:156] [install-edgehub] Edgehub is ok
    I0410 10:54:37.357421    19419 install.go:86] [install-edgehub] Reconfiguring the kubelet configuration files.
    I0410 10:54:37.364387    19419 install.go:103] [install-edgehub] Reconfigure the kubelet configuration files successfully.
    I0410 10:54:37.364400    19419 install.go:104] [install-edgehub] Restarting the kubelet.
    I0410 10:54:52.626540    19419 install.go:127] [install-edgehub] Restart the kubelet successfully.
    I0410 10:54:52.626613    19419 postcheck.go:77] [post-check] Checking docker status
    I0410 10:54:52.629194    19419 postcheck.go:86] [post-check] docker is ok
    I0410 10:54:52.629208    19419 postcheck.go:92] [post-check] Checking kubelet status
    I0410 10:54:52.631661    19419 postcheck.go:100] [post-check] Kubelet is ok
    I0410 10:54:52.631671    19419 postcheck.go:106] [post-check] Checking edgehub status
    I0410 10:54:52.642345    19419 postcheck.go:113] [post-check] Edgehub is ok
    I0410 10:54:52.642356    19419 postcheck.go:129] [post-check] Checking addon kube-proxy status.
    I0410 10:54:52.683227    19419 postcheck.go:133] [post-check] kube-proxy is OK.
    I0410 10:54:52.683243    19419 postcheck.go:129] [post-check] Checking addon flannel status.
    I0410 10:54:52.724501    19419 postcheck.go:133] [post-check] flannel is OK.
    I0410 10:54:52.724518    19419 postcheck.go:129] [post-check] Checking addon coredns status.
    I0410 10:54:52.764745    19419 postcheck.go:133] [post-check] coredns is OK.
    I0410 10:54:52.764763    19419 postcheck.go:165] [post-check] Callback to the OpenAPI.
    I0410 10:54:53.014706    19419 postcheck.go:178] [post-check] Callback to the OpenAPI successfully.
    I0410 10:54:53.014760    19419 postcheck.go:66] This node joined into the cluster successfully.

相關文檔

  • 如果您在添加邊緣節點時遇到問題,請參見診斷邊緣節點問題

  • 如果您需要移除不使用的邊緣節點,請參見移除邊緣節點

  • 如果您需要實現邊緣節點的自主管理,當雲邊網路斷開時,邊緣節點上的業務仍然可以持續穩定地運行。具體操作,請參見設定邊緣節點自治