From 655a2b3190ee9d2b9fffecc1e67527aa129daa96 Mon Sep 17 00:00:00 2001 From: Mitali Paygude Date: Tue, 17 Oct 2023 18:21:07 -0700 Subject: [PATCH] OCI namespaces docs addition/clarification (#6823) --- docs/content/en/docs/getting-started/optional/registrymirror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/optional/registrymirror.md b/docs/content/en/docs/getting-started/optional/registrymirror.md index 524f419a71b6..8b4138029a62 100644 --- a/docs/content/en/docs/getting-started/optional/registrymirror.md +++ b/docs/content/en/docs/getting-started/optional/registrymirror.md @@ -53,7 +53,7 @@ spec: * __Example__: ```port: 443``` ### __ociNamespaces__ (optional) -* __Description__: when you need to mirror multiple registries, you can map each upstream registry to the "namespace" of its mirror. +* __Description__: when you need to mirror multiple registries, you can map each upstream registry to the "namespace" of its mirror. While using the `ociNamespaces`, at least one entry __must__ exist for the `public.ecr.aws` registry to pull EKS Anywhere images from. The registry for curated packages is an optional entry. * __Type__: array * __Example__:
```yaml