Skip to content

Commit f67c283

Browse files
committed
Bug 2094716: docs: fully air-gapped AWS IPI install
Fully air-gapped installation is not possible.
1 parent 1884f8b commit f67c283

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/user/aws/install.md

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ To see a guided example of a UPI install, please see [Install: User-Provided Inf
1111
The steps for performing an IPI-based install are outlined [here][cloud-install]. Following this guide you may begin at
1212
Step 3: Download the Installer.
1313

14+
## Fully air-gapped installation
15+
16+
It is not possible to install Openshift on AWS in a fully air-gapped design because the installation process requires Internet access to use the route 53 API, as documented in the [AWS route 53 FAQ][aws-faq]:
17+
18+
```
19+
Do I need connectivity to the outside Internet in order to use Private DNS?
20+
21+
You can resolve internal DNS names from resources within your VPC that do not have Internet connectivity. However, to update the configuration for your Private DNS hosted zone, you need Internet connectivity to access the Route 53 API endpoint, which is outside of VPC.
22+
```
23+
1424
### Create Configuration
1525

1626
```console
@@ -71,3 +81,4 @@ The OpenShift console is available via the kubeadmin login provided by the insta
7181

7282
[cloud-install]: https://console.redhat.com/openshift/create
7383
[encrypted-copy]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html#create-ami-encrypted-root-snapshot
84+
[aws-faq]: https://aws.amazon.com/route53/faqs/

0 commit comments

Comments
 (0)