-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3731 from jenkins-x/artifact_registry
docs: migrating to artifact registry
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Improve your changelogs" | ||
date: 2024-05-06T00:00:00-00:00 | ||
draft: false | ||
description: Google will shut down container registry | ||
categories: [blog] | ||
keywords: [Jenkins X,Community,2024] | ||
slug: "migrating-artifact-registry" | ||
aliases: [] | ||
author: Mårten Svantesson | ||
--- | ||
|
||
## Migrate to Google Artifact Registry | ||
|
||
Google has announced that [container registry will be shut down some time after March 18, 2025](https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr). For GKE clusters created with version 1.12.0 or later of [terraform-google-jx](https://github.com/jenkins-x/terraform-google-jx) it's unlikely that anything needs to be done, but for older clusters you should upgrade your cluster while considering [our advice regarding migration from container registry to artifact registry](https://github.com/jenkins-x/terraform-google-jx#migration-from-container-to-artifact-registry). | ||
|
||
If you are using a Google Service Account to run terraform you need to add the role requirement roles/artifactregistry.admin. See our guide regarding [Google Service Account](https://jenkins-x.io/v3/admin/platforms/google/svc_acct/) for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters