Bug 1674079

Summary: Installer throws error FATAL waiting for Kubernetes API: context deadline exceeded
Product: OpenShift Container Platform Reporter: dgangaia <dgangaia>
Component: InstallerAssignee: Alex Crawford <crawford>
Installer sub component: openshift-installer QA Contact: Johnny Liu <jialiu>
Status: CLOSED INSUFFICIENT_DATA Docs Contact:
Severity: high    
Priority: unspecified CC: dgangaia
Version: 4.1.0Flags: dgangaia: needinfo-
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-26 17:32:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1664187    
Attachments:
Description Flags
openshift installer logs none

Description dgangaia 2019-02-09 01:00:18 UTC
Created attachment 1528255 [details]
openshift installer logs

Description of problem:
Installer throws error "FATAL waiting for Kubernetes API: context deadline exceeded"


Version-Release number of the following components:
0.12 openshift-installer

How reproducible:

Steps to Reproduce:
1. Run "./openshift-install create cluster --log-level=debug"
2.
3.

Actual results:
Please include the entire output from the last TASK line through the end of output if an error is generated
The installer fails to connect to Kubernetes API and throws following error in logs

DEBUG Still waiting for the Kubernetes API: Get https://dgangaia-api.quay.support.redhat.com:6443/version?timeout=32s: dial tcp: lookup dgangaia-api.quay.support.redhat.com on 10.64.63.6:53: no such host 
FATAL waiting for Kubernetes API: context deadline exceeded 


Expected results:
The installer should successfully install OCP 4.0

Additional info:
Attaching openshift-installer logs

Comment 1 Alex Crawford 2019-02-13 22:58:15 UTC
It looks like DNS failed to propagate. Can you attach the full install logs? You can find them in $INSTALL_DIR/.openshift_install.log.

Comment 2 dgangaia 2019-02-18 12:24:33 UTC
Hi Alex,

  Have already attached openshift_install.log file from the installer directory in the attachment section, Please let me know if anything else needed.

Thanks,
Dixit

Comment 3 Alex Crawford 2019-02-18 18:44:32 UTC
The logs indicate that dgangaia-api.quay.support.redhat.com couldn't be resolved. Can you investigate why your host isn't able to resolve that name? I see that the Route53 records have been created, but I don't know how the quay.support.redhat.com zone has been configured.

Comment 4 Alex Crawford 2019-02-26 17:32:43 UTC
Closing due to inactivity.