openshift / installer

Install an OpenShift 4.x cluster
https://try.openshift.com
Apache License 2.0
1.42k stars 1.38k forks source link

AWS UPI instructions for DNS #1611

Closed maci0 closed 5 years ago

maci0 commented 5 years ago

https://github.com/maci0/openshift4-ansible

basically the dnses object has to be replaced check the template I used in the files/ directory also in the machinesets I'm referencing actual IDs for policy and subnets etc instead of looking it up by name. Maybe theres something you can use from that repo

abhinavdahiya commented 5 years ago

we already have docs for AWS upi here

This includes the cloud formation templates that show example of how the DNS can be setup. If the docs ad examples are not correct bare in mind they are no supposed to cover all setups , feel free to create an issue that provides more details.

Thanks!

/close

openshift-ci-robot commented 5 years ago

@abhinavdahiya: Closing this issue.

In response to [this](https://github.com/openshift/installer/issues/1611#issuecomment-482715561): >we already have docs for AWS upi [here](https://github.com/openshift/installer/blob/master/docs/user/aws/install_upi.md) > >This includes the cloud formation templates that show example of how the DNS can be setup. If the docs ad examples are not correct _bare in mind they are no supposed to cover all setups_ , feel free to create an issue that provides more details. > >Thanks! > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
maci0 commented 5 years ago

this was about the "dnses" k8s object thats broken on fresh installs and also not covered by the UPI docs.

abhinavdahiya commented 5 years ago

https://github.com/openshift/installer/pull/1590 is fixing the example to create correct DNS private zone so things work out of the box.