27.3.5. 통합 모드 제거
통합 모드의 경우 OpenShift Container Platform 설치에는 클러스터에서 모든 리소스 및 아티팩트를 제거하는 플레이북이 제공됩니다. 플레이북을 사용하려면 통합 모드의 대상 인스턴스를 설치하고, 플레이북 디렉터리로 변경하고, 다음 플레이북을 실행하는 데 사용된 원본 인벤토리 파일을 제공합니다.
$ cd /usr/share/ansible/openshift-ansible $ ansible-playbook -i <path_to_inventory_file> playbooks/openshift-glusterfs/uninstall.yml
또한 플레이북은 활성화 시 Red Hat Gluster Storage 백엔드 스토리지에 사용된 블록 장치의 모든 데이터를 삭제하는 openshift_storage_glusterfs_wipe
라는 변수 사용을 지원합니다. openshift_storage_glusterfs_wipe
변수를 사용하려면 플레이북 디렉터리로 변경하고 다음 플레이북을 실행합니다.
$ cd /usr/share/ansible/openshift-ansible $ ansible-playbook -i <path_to_inventory_file> -e \ "openshift_storage_glusterfs_wipe=true" \ playbooks/openshift-glusterfs/uninstall.yml
주의
이 절차에서는 데이터를 삭제합니다. 주의해서 진행하십시오.