Skip to content

Commit

Permalink
Update docs packages instructions for airgapped env (#8170)
Browse files Browse the repository at this point in the history
Co-authored-by: Saurabh Parekh <sjparekh@amazon.com>
  • Loading branch information
eks-distro-pr-bot and sp1999 authored May 18, 2024
1 parent a565d70 commit 86c9ab3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ toc_hide: true

The `copy packages` command uses the credentials in your docker config file. So you must `docker login` to the source registries and the destination registry before running the command.

When using self-signed certificates for your registry, you should run with the `--dst-insecure` command line argument to indicate skipping TLS verification while copying curated packages.

```bash
eksctl anywhere copy packages \
${REGISTRY_MIRROR_URL}/curated-packages \
Expand Down

0 comments on commit 86c9ab3

Please sign in to comment.