Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

安裝及設定 Trident Protect

貢獻者

如果您的環境符合 Trident Protect 的要求,您可以依照下列步驟在叢集上安裝 Trident Protect 。您可以從 NetApp 取得 Trident Protect ,或從您自己的私有登錄安裝。如果您的叢集無法存取網際網路,從私有登錄安裝會很有幫助。

安裝 Trident Protect

步驟
  1. 新增Trident Helm儲存庫:

    helm repo add netapp-trident-protect https://netapp.github.io/trident-protect-helm-chart
    Console
  2. 安裝 Trident Protect 客戶需求日:

    helm install trident-protect-crds netapp-trident-protect/trident-protect-crds --version 100.2502.0 --create-namespace --namespace trident-protect
    Console
  3. 使用 Helm 安裝 Trident Protect 。以叢集名稱取代 <name-of-cluster>,該名稱將指派給叢集,用於識別叢集的備份和快照:

    helm install trident-protect netapp-trident-protect/trident-protect --set clusterName=<name-of-cluster> --version 100.2502.0 --create-namespace --namespace trident-protect
    Console