You can configure GCP Artifact Registry as the repository for storing images built in ale
and for use during deployment.
Access the Artifact Registry service in the Google Cloud Console and click CREATE REPOSITORY
.
Enter a name for the repository and fill in the following values, then click CREATE
to create the repository.
Click on the created repository to retrieve the access URL in the format [region]-docker.pkg.dev/[GCP Project ID]/[Repository Name]
.
ale
.
Go to the IAM & Admin > Service Accounts page and click CREATE SERVICE ACCOUNT
.
Enter a recognizable Service Account Name and click CREATE AND CONTINUE
.
In the role selector, choose Artifact Registry Administrator and click DONE
to create the service account.
Click the icon on the right side of the service account and select Manage keys.
On the service account key management page, click ADD KEY > Create new key. In the modal, select JSON as the key type and click CREATE
to download the JSON key file.
In the operations system, go to the Settings tab on the cluster page and clickConnect Container Repository
. In the modal that appears, enter the following values and clickConnect
.