Skip to content

Commit

Permalink
docs: update readme (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Aviral Takkar <[email protected]>
  • Loading branch information
avtakkar committed Jul 24, 2024
1 parent 25f8f48 commit 9ddf55b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,8 @@ CLUSTER_CONTEXT=<your-cluster-context> && \
--set peerd.image.ref=ghcr.io/azure/acr/dev/peerd:stable
```

By default, some well known registries are mirrored (see [values.yml]), but this is configurable. For example, to mirror
`docker.io`, `mcr.microsoft.com` and `ghcr.io`, run the following.

```bash
CLUSTER_CONTEXT=<your-cluster-context> && \
helm --kube-context=$CLUSTER_CONTEXT install --wait peerd ./build/package/peerd-helm \
--set peerd.image.ref=ghcr.io/azure/acr/dev/peerd:stable
```
By default, some well known registries are mirrored, but this is configurable using the [values.yml] file.
Update the `peerd.hosts` field to include the registries you want to mirror.

On deployment, each Peerd instance will try to connect to its peers in the cluster.

Expand Down

0 comments on commit 9ddf55b

Please sign in to comment.