이 페이지에서는 생성된 Harbor 레지스트리 인스턴스를 관리하는 방법을 자세히 설명합니다. Google Distributed Cloud (GDC) 오프라인 콘솔 또는 GDC gdcloud CLI를 사용하여 생성된 Harbor 레지스트리 인스턴스를 보거나 삭제합니다. 사용하지 않는 Harbor 인스턴스 레지스트리를 삭제하여 스토리지 비용을 절감하고 공간을 확보하세요.
시작하기 전에
Harbor 레지스트리 인스턴스를 보고 삭제하려면 필요한 ID 및 액세스 역할이 있어야 합니다.
Harbor 인스턴스 뷰어: Harbor 인스턴스를 보는 데 필요합니다. 조직 IAM 관리자에게 Harbor 인스턴스 뷰어(harbor-instance-viewer) 역할을 부여해 달라고 요청하세요.
Harbor 인스턴스 관리자: Harbor 인스턴스를 삭제하는 데 필요합니다. 조직 IAM 관리자에게 Harbor 인스턴스 관리자(harbor-instance-admin) 역할을 부여해 달라고 요청하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis page provides instructions on how to manage Harbor registry instances within Google Distributed Cloud (GDC) air-gapped environments.\u003c/p\u003e\n"],["\u003cp\u003eYou can view existing Harbor instances via the GDC console or the \u003ccode\u003egdcloud\u003c/code\u003e CLI, with detailed views available through an external link for each instance.\u003c/p\u003e\n"],["\u003cp\u003eDeleting unused Harbor instances can help lower storage costs and free up space, a process achievable through either the GDC console or the \u003ccode\u003egdcloud\u003c/code\u003e CLI.\u003c/p\u003e\n"],["\u003cp\u003eTo view Harbor instances, you need the Harbor Instance Viewer role, while deleting them requires the Harbor Instance Admin role.\u003c/p\u003e\n"]]],[],null,["# Manage Harbor registry instances\n\nThis page details how to manage your created Harbor registry instances. View or\ndelete your created Harbor registry instances using the Google Distributed Cloud (GDC) air-gapped console or the GDC\ngdcloud CLI. Delete unused Harbor instance registries to lower your storage\ncosts and free up space.\n\nBefore you begin\n----------------\n\nTo view and delete Harbor registry instances, you must have the necessary\nidentity and access roles:\n\n- Harbor Instance Viewer: required to view Harbor instances. Ask your Organization IAM Admin to grant you the Harbor Instance Viewer (`harbor-instance-viewer`) role.\n- Harbor Instance Admin: required to delete Harbor instances. Ask your Organization IAM Admin to grant you the Harbor Instance Admin (`harbor-instance-admin`) role.\n\nView Harbor registry instances\n------------------------------\n\nView your created Harbor registry instances in the GDC console or use the GDC\ngdcloud CLI. \n\n### Console\n\n1. Navigate to the **Harbor Container Registry** page in the **CI/CD** section.\n2. View the list of created Harbor instances in the **Instances** section.\n3. For more detail about a specific instance, click the **Go to Harbor\n Instance** external link.\n\n### CLI\n\nView the Harbor registry instance: \n\n gdcloud harbor instances describe \u003cvar translate=\"no\"\u003eINSTANCE\u003c/var\u003e \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT\u003c/var\u003e\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eINSTANCE\u003c/var\u003e: the name of the instance.\n- \u003cvar translate=\"no\"\u003ePROJECT\u003c/var\u003e: the name of the project.\n\nDelete Harbor registry instances\n--------------------------------\n\nDelete an existing Harbor registry instance if it is no longer required. Harbor\nregistry instances in the GDC console or use the\nGDC\ngdcloud CLI. \n\n### Console\n\n1. Navigate to the **Harbor Container Registry** page under the **CI/CD** section.\n2. Click **Delete Instance**.\n3. On the confirmation dialog:\n\n 1. Click **Cancel** to stop the delete operation.\n 2. Click **Delete** to confirm the deletion of the Harbor instance.\n\n### CLI\n\nDelete the Harbor registry instance: \n\n gdcloud harbor instances delete \u003cvar translate=\"no\"\u003eINSTANCE\u003c/var\u003e \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT\u003c/var\u003e\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eINSTANCE\u003c/var\u003e: the name of the instance.\n- \u003cvar translate=\"no\"\u003ePROJECT\u003c/var\u003e: the name of the project."]]