Skip to content

Commit

Permalink
[docs] Mention container registry login to certificate cycling instru…
Browse files Browse the repository at this point in the history
…ctions (#14790)

## Change Description

Adds 

## Security Assessment

- This change has no security impact

### Impact Description

Docs only

(Reviewers: please confirm the security impact before approving)
  • Loading branch information
cjllanwarne authored Jan 24, 2025
1 parent 260612d commit 790130a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev-docs/services/letsencrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@ gcpsetcluster <PROJECT>
azsetcluster <RESOURCE_GROUP>
```

### 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
Expand Down

0 comments on commit 790130a

Please sign in to comment.