Skip to content

Commit

Permalink
Fix airgapped optional docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnegus committed Sep 27, 2023
1 parent 7603335 commit f527519
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
13 changes: 0 additions & 13 deletions docs/content/en/docs/getting-started/airgapped/airgap-packages.md

This file was deleted.

14 changes: 11 additions & 3 deletions docs/content/en/docs/getting-started/airgapped/airgap-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ toc_hide: true

<details>
<summary>Expand for curated packages instructions</summary>
<br />
{{% content "airgap-packages.md" %}}
</details>
If you are running in an airgapped environment and you set up a local registry mirror, you can copy curated packages from Amazon ECR to your local registry mirror with the following command.

The `$BUNDLE_RELEASE_YAML_PATH` should be set to the `eks-anywhere-downloads/bundle-release.yaml` location where you unpacked the tarball from the`eksctl anywhere download artifacts` command. The `$REGISTRY_MIRROR_CERT_PATH` and `$REGISTRY_MIRROR_URL` values must be the same as the `registryMirrorConfiguration` in your EKS Anywhere cluster specification.

```bash
eksctl anywhere copy packages \
--bundle ${BUNDLE_RELEASE_YAML_PATH} \
--dst-cert ${REGISTRY_MIRROR_CERT_PATH} \
${REGISTRY_MIRROR_URL}
```
</details>

0 comments on commit f527519

Please sign in to comment.