Skip to content

Commit f5b12cb

Browse files
authored
Fix airgap registry setup for packages (#10383)
1 parent c3fbbc5 commit f5b12cb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/content/en/docs/getting-started/optional/registrymirror.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Note while using `ociNamespaces`, you need to specify __all__ the registries tha
7070
- registry: "public.ecr.aws"
7171
namespace: ""
7272
- registry: "783794618700.dkr.ecr.us-west-2.amazonaws.com"
73-
namespace: "curated-packages"
73+
namespace: "eks-anywhere"
7474
```
7575
{{% alert title="Warning" color="warning" %}}
7676
Currently only `public.ecr.aws` registry is supported for mirroring with Bottlerocket OS.
@@ -122,7 +122,6 @@ eks-anywhere
122122
eks-distro
123123
eks
124124
cilium-chart
125-
curated-packages
126125
```
127126

128127
For example, if a registry is available at `private-registry.local`, then the following projects must be created.
@@ -133,7 +132,6 @@ https://private-registry.local/eks-anywhere
133132
https://private-registry.local/eks-distro
134133
https://private-registry.local/eks
135134
https://private-registry.local/cilium-chart
136-
https://private-registry.local/curated-packages
137135
```
138136
139137
### Admin machine configuration

docs/content/en/docs/packages/prereq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The `$KUBEVERSION` should be set to the same as the Kubernetes version in `spec.
130130

131131
```bash
132132
eksctl anywhere copy packages \
133-
${REGISTRY_MIRROR_URL}/curated-packages \
133+
${REGISTRY_MIRROR_URL}/eks-anywhere \
134134
--kube-version $KUBEVERSION \
135135
--src-chart-registry public.ecr.aws/eks-anywhere \
136136
--src-image-registry ${ECR_PACKAGES_ACCOUNT}.dkr.ecr.${EKSA_AWS_REGION}.amazonaws.com
@@ -145,7 +145,7 @@ metadata:
145145
name: eksa-packages-bundle-controller
146146
namespace: eksa-packages
147147
spec:
148-
defaultImageRegistry: ${REGISTRY_MIRROR_URL}/curated-packages
148+
defaultImageRegistry: ${REGISTRY_MIRROR_URL}/eks-anywhere
149149
defaultRegistry: ${REGISTRY_MIRROR_URL}/eks-anywhere
150150
```
151151

0 commit comments

Comments
 (0)