From b0018dac4339110428c37c6acff868ed6d35fbda Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 17 Oct 2023 14:04:58 -0700 Subject: [PATCH] document ECR pull-through cache option --- docs/mirroring/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/mirroring/README.md b/docs/mirroring/README.md index ade0b16..4411635 100644 --- a/docs/mirroring/README.md +++ b/docs/mirroring/README.md @@ -53,7 +53,8 @@ See: https://kubernetes.io/docs/contribute/style/content-guide/#dual-sourced-con Here are some options for copying images you wish to mirror to your own registry. - + + ### Mirroring With `crane` Or `gcrane` @@ -106,7 +107,15 @@ Docs: https://goharbor.io/docs/2.1.0/administration/configure-proxy-cache/ Once you're done, see [Using Mirrored Images][using-mirrored-images]. - + + +#### Mirroring With ECR + +AWS ECR wrote a guide for configuring a `registry.k8s.io` pull-through cache here: + +https://aws.amazon.com/blogs/containers/announcing-pull-through-cache-for-registry-k8s-io-in-amazon-elastic-container-registry/ + +After following this guide, you may additionally want to see our [Using Mirrored Images][using-mirrored-images] reference below. ## Using Mirrored Images