From 790130af0874860eb1e0b2cd8ea711350d02907f Mon Sep 17 00:00:00 2001 From: Chris Llanwarne Date: Thu, 23 Jan 2025 19:05:59 -0500 Subject: [PATCH] [docs] Mention container registry login to certificate cycling instructions (#14790) ## Change Description Adds ## Security Assessment - This change has no security impact ### Impact Description Docs only (Reviewers: please confirm the security impact before approving) --- dev-docs/services/letsencrypt.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-docs/services/letsencrypt.md b/dev-docs/services/letsencrypt.md index 8db8593be6b..ea2c0c137bb 100644 --- a/dev-docs/services/letsencrypt.md +++ b/dev-docs/services/letsencrypt.md @@ -34,6 +34,21 @@ gcpsetcluster azsetcluster ``` +### Connect or fetch credentials to the container registry + +In GCP, something like: +``` +gcloud auth login +gcloud auth configure-docker us-central1-docker.pkg.dev # Depending on where GAR is hosted +``` + + +In Azure, something like: +``` +az login +az acr login --name haildev # the container registry name is findable in the azure console +``` + ### Rotating One Cluster's Certificates After setting the `kubectl` context to the appropriate cluster, clean the