Manage Harbor registry instances

This page details how to manage your created Harbor registry instances. View your created Harbor registry instances using the Google Distributed Cloud (GDC) air-gapped appliance console or the GDCgdcloud CLI.

Before you begin

To view the Harbor registry instances, you must have the necessary identity and access roles:

  • Harbor Instance Viewer: required to view Harbor instances. Ask your Organization IAM Admin to grant you the Harbor Instance Viewer (harbor-instance-viewer) role.

View Harbor registry instances

View the pre-configured Harbor registry instances in the GDC console or use the GDC gdcloud CLI.

Console

  1. Navigate to the Harbor Container Registry page in the CI/CD section.
  2. View the list of created Harbor instances in the Instances section.
  3. For more detail about a specific instance, click the Go to Harbor Instance external link.

CLI

View the Harbor registry instance:

gdcloud harbor instances describe INSTANCE \
  --project=PROJECT

Replace the following:

  • INSTANCE: the name of the instance.
  • PROJECT: the name of the project.