ibm-cloud-architecture / terraform-openshift4-aws

OpenShift 4 installation automation asset
Apache License 2.0
84 stars 114 forks source link

No Public Route 53 hosted zones found #15

Closed Praveenmail2him closed 4 years ago

Praveenmail2him commented 4 years ago

Team, I'm getting this below error when I try to create ignition-configs like below. $ sudo ./openshift-install create ignition-configs --dir=first from /usr/local/bin directory. FATAL failed to fetch Kubeconfig Admin Client: failed to fetch dependency of "Kubeconfig Admin Client": failed to fetch dependency of "Install Config": failed to generate asset "Base Domain": no public Route 53 hosted zones found

I have registered with the domain as ocp4os.com. Please view my dig results. [ec2-user@ip-172-31-41-61 ~]$ dig ocp40s.com

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.68.rc1.60.amzn1 <<>> ocp40s.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 59943 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION: ;ocp40s.com. IN A

;; AUTHORITY SECTION: com. 60 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1579679195 1800 900 604800 86400

;; Query time: 4 msec ;; SERVER: 172.31.0.2#53(172.31.0.2) ;; WHEN: Wed Jan 22 07:46:42 2020 ;; MSG SIZE rcvd: 101

vbudi000 commented 4 years ago

Hi Praveen - If you are building OpenShift in AWS, you must use a Route53 Public hosted zone for your domain. You can reassign your domain to use AWS nameserver from whereever you register your domain from.

vbudi000 commented 4 years ago

@Praveenmail2him - any update on this? Can I close this issue? Thank you

Praveenmail2him commented 4 years ago

My issue got fixed. Thanks.