Hello.
I’m moving away from Container Registry as it’s being deprecated. So I performed the necessary steps to find possible Container Registry usage:
gcloud container images list-gcr-usage --project <my project>
And the output is Redirected which means:
- REDIRECTED: the project has been redirected to Artifact Registry but still has Container Registry Cloud Storage buckets. This project will continue to function after Container Registry is turned down and no further action is required. You can reduce costs by deleting the Container Registry Cloud Storage buckets.
I want to reduce cost ofcourse so I found all the Container Registry images:
gcloud container images list
And it gave me a bunch. So I can simply delete these bucket without Artifact Registry being affected? The problem is that when I go to Artifact Registry I see a list of buckets with the name grc in them like:
austrelia.grc.io
grc.io
and so on
So overall I can safely delete the Container Registry buckets without Artifactory Registry being affected?