OpenShift Data Science 자체 관리 설치 제거

Red Hat OpenShift Data Science Self-managed 1.29

OpenShift CLI를 사용하여 Red Hat OpenShift Container Platorm 클러스터에서 Red Hat OpenShift Data Science Self-managed 제거

초록

OpenShift CLI를 사용하여 OpenShift Container Platform 클러스터에서 Red Hat OpenShift Data Science Self-managed를 설치 제거합니다.

1장. Red Hat 문서에 관한 피드백 제공

Red Hat에서 문서를 개선하는 방법을 알려주십시오. 아래 단계에 따라 문서 페이지에서 직접 피드백을 제공할 수 있습니다.

  1. 고객 포털에 로그인했는지 확인합니다.
  2. 이 문서의 다중 페이지 HTML 형식을 보고 있는지 확인합니다.
  3. 피드백을 제공할 텍스트를 강조 표시합니다. 피드백 추가 프롬프트가 표시됩니다.
  4. 피드백 추가를 클릭합니다.
  5. 피드백 텍스트 상자에 의견을 입력하고 제출을 클릭합니다.
중요

일부 Ad Blocker는 Red Hat 문서에 대한 피드백을 제공할 수 있는 기능을 방해할 수 있습니다. ad blocker가 활성화되어 있고 피드백을 남길 수 없는 웹 브라우저를 사용하는 경우 ad blocker를 비활성화하는 것이 좋습니다. ad blocker를 비활성화하는 방법에 대한 자세한 내용은 웹 브라우저에 대한 설명서를 참조하십시오.

Red Hat은 피드백을 제출할 때마다 추적 문제를 자동으로 생성합니다. Submit을 클릭한 후 표시되는 링크를 열고 문제 보기를 시작하거나 더 많은 주석을 추가하여 문제에 대한 자세한 정보를 제공합니다.

피드백을 제공하기 위해 시간을 내어 주셔서 감사합니다.

2장. OpenShift Data Science 자체 관리 설치 제거

Red Hat OpenShift CLI(oc)를 사용하여 OpenShift Container Platform 클러스터에서 Red Hat OpenShift Data Science Self-managed를 안전하게 제거할 수 있습니다. 웹 콘솔을 사용하여 Red Hat OpenShift Data Science Self-managed를 설치 제거하면 Operator만 제거됩니다. 결과적으로 다른 OpenShift Data Science 구성 요소가 제거되지 않아 클러스터가 일관성이 없는 상태가 됩니다. 이 시나리오를 방지하려면 Red Hat OpenShift CLI(oc)를 사용하여 OpenShift Container Platform 클러스터에서 Red Hat OpenShift Data Science Self-managed를 제거합니다.

사전 요구 사항

  • cluster-admin 권한이 있는 계정을 사용하여 OpenShift 클러스터에 액세스할 수 있습니다.
  • OpenShift CLI(oc)가 설치되어 있어야 합니다.
  • PVC(영구 볼륨 클레임)가 포함된 영구 디스크 또는 볼륨을 백업했습니다.

절차

  1. CLI에서 OpenShift Container Platform에 로그인합니다.
  2. Red Hat OpenShift Data Science Operator를 삭제할 ConfigMap을 생성합니다.

    oc create configmap delete-self-managed-odh -n redhat-ods-operator
  3. rhods-operator 를 삭제하려면 addon-managed-odh-delete 라벨을 true 로 설정합니다.

    oc label configmap/delete-self-managed-odh api.openshift.com/addon-managed-odh-delete=true -n redhat-ods-operator
  4. 모든 오브젝트가 제거되면 redhat-ods-operator 네임스페이스를 삭제합니다.

    1. 확인할 프로젝트 이름을 설정합니다.

      PROJECT_NAME=redhat-ods-applications
    2. 프로젝트가 더 이상 존재하지 않을 때까지 계속 확인합니다.

      while oc get project $PROJECT_NAME &> /dev/null; do
        echo "$PROJECT_NAME still exists"
        sleep 1
      done
      echo "$PROJECT_NAME no longer exists"
    3. redhat-ods-operator 네임스페이스를 삭제합니다.

      oc delete namespace redhat-ods-operator

검증

  • rhods-operator 가 더 이상 존재하지 않는지 확인합니다.

    oc get subscriptions --all-namespaces | grep rhods-operator
  • 다음 프로젝트 네임스페이스가 더 이상 존재하지 않는지 확인합니다.

    • redhat-ods-applications
    • redhat-ods-monitoring
    • redhat-ods-operator

      oc get namespaces | grep redhat-ods*

3장. 추가 리소스

법적 공지

Copyright © 2023 Red Hat, Inc.
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.