Skip to content

Commit

Permalink
Merge pull request openshift#5974 from r4f4/update-aws-upi-doc
Browse files Browse the repository at this point in the history
Bug 2068180: update doc for DNS and disconnected clusters
  • Loading branch information
openshift-merge-robot authored Jun 11, 2022
2 parents e7724f2 + ea9cf16 commit 190547f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/aws/install_upi.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ open(path, "w").write(yaml.dump(data, default_flow_style=False))'

If you do so, you'll need to [add ingress DNS records manually](#add-the-ingress-dns-records) later on.

#### Disconnected clusters

For disconnected clusters, Openshift has to be configured [not to manage DNS](#remove-dns-zones), otherwise [the ingress operator][ingress-operator] will try to contact the STS endpoint "sts.amazon.com" directly as opposed to the configured VPC endpoint for the cluster.

## Create Ignition Configs

Now we can create the bootstrap Ignition configs:
Expand Down

0 comments on commit 190547f

Please sign in to comment.