Skip to content

Commit

Permalink
fixing labeler and registry mirror docs changes for ociNamespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pokearu committed Jan 5, 2024
1 parent 64326c0 commit 99fbad2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
documentation:
- docs/**/*
- changed-files:
- any-glob-to-any-file: docs/**

area/docs:
- docs/**/*
- changed-files:
- any-glob-to-any-file: docs/**
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ 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. 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.
* __Description__: when you need to mirror multiple registries, you can map each upstream registry to the "namespace" of its mirror. The namespace is appended with the endpoint, `<endpoint>/<namespace>` to setup the mirror for the registry specified.
Note while using `ociNamespaces`, you need to specify __all__ the registries that need to be mirrored. This includes an entry for the `public.ecr.aws` registry to pull EKS Anywhere images from.

* __Type__: array
* __Example__: <br/>
```yaml
Expand All @@ -70,6 +72,11 @@ spec:
- registry: "783794618700.dkr.ecr.us-west-2.amazonaws.com"
namespace: "curated-packages"
```
{{% alert title="Warning" color="warning" %}}
Currently only `public.ecr.aws` registry is supported for mirroring with Bottlerocket OS.
{{% /alert %}}



### __caCertContent__ (optional)
* __Description__: certificate Authority (CA) Certificate for the private registry . When using
Expand Down

0 comments on commit 99fbad2

Please sign in to comment.