From 2a2892806a8a87c552e7a0ea093071e4426a099b Mon Sep 17 00:00:00 2001 From: Saurabh Parekh Date: Fri, 17 May 2024 17:33:28 -0700 Subject: [PATCH] Update docs packages instructions for airgapped env (#8164) --- docs/content/en/docs/getting-started/airgapped/airgap-steps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/en/docs/getting-started/airgapped/airgap-steps.md b/docs/content/en/docs/getting-started/airgapped/airgap-steps.md index 60773faa7fac..d19b66df019f 100644 --- a/docs/content/en/docs/getting-started/airgapped/airgap-steps.md +++ b/docs/content/en/docs/getting-started/airgapped/airgap-steps.md @@ -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 \