Skip to main content
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.

Trident Protect를 제거합니다

기여자 netapp-mwallis netapp-shwetav

평가판을 정식 버전으로 업그레이드하는 경우 Trident Protect 구성 요소를 제거해야 할 수 있습니다.

Trident Protect를 제거하려면 다음 단계를 수행하십시오.

단계
  1. Trident Protect CR 파일을 제거합니다.

    참고 이 단계는 25.06 이상 버전에서는 필요하지 않습니다.
    helm uninstall -n trident-protect trident-protect-crds
    Console
  2. Trident Protect 제거:

    helm uninstall -n trident-protect trident-protect
    Console
  3. Trident Protect 네임스페이스 제거:

    kubectl delete ns trident-protect
    Console