활성화IBM Storage 운영자 클러스터 추가 기능

그만큼 ibm-storage-operator 클러스터 추가 기능은 클러스터의 여러 스토리지 구성 맵과 리소스를 관리합니다.

그만큼 ibm-storage-operator 버전부터 시작하는 VPC 클러스터에 기본적으로 설치됩니다. 4.15 이후에는 다음의 종속성입니다. IBM Cloud File Storage for VPC 부가 기능.

  1. container-service 플러그인을 최신 버전으로 업데이트하십시오. 다음 명령을 실행하여 플러그인을 업데이트할 수 있습니다.
    ibmcloud update && ibmcloud plugin update container-service
    
  2. 추가 기능이 활성화되어 있는지 확인하세요.
    ibmcloud oc cluster addon ls --cluster CLUSTER_NAME_OR_ID
    
    출력 예
    Name                   Version   Health State   Health Status   
    ibm-storage-operator    1.0.0     normal         Addon Ready
    
  3. 추가 기능이 활성화되어 있지 않으면 활성화하십시오.
    ibmcloud oc cluster addon enable ibm-storage-operator -c CLUSTER --version VERSION
    

비활성화 ibm-storage-operator 부가기능

ibm-storage-operator 를 사용하는 다른 애드온이 있는 경우, 해당 애드온을 비활성화할 수 없다는 점에 유의하십시오.

  1. 다음 명령을 실행하여 애드온을 비활성화하십시오.

    ibmcloud oc cluster addon disable ibm-storage-operator -c CLUSTER
    

    종속성이 설치된 출력 예입니다.

    Data and resources that you created for the add-on might be deleted when the add-on is disabled. Continue? [y/N]> y
    Disabling add-on ibm-storage-operator for cluster devcluster2...
    FAILED
    Unable to disable ibm-storage-operator because it is required by the vpc-file-csi-driver add-on(s).
    
  2. 종속성이 더 이상 필요하지 않으면 계속하기 전에 제거하세요.

  3. 추가 기능을 사용 안함으로 설정하십시오.

    ibmcloud oc cluster addon disable ibm-storage-operator -c CLUSTER