Bug 1814814 - OpenShift installer using installer-provisioned-infrastructure times out while waiting for the API to start.
Summary: OpenShift installer using installer-provisioned-infrastructure times out whil...
Keywords:
Status: CLOSED DUPLICATE of bug 1662106
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Abhinav Dahiya
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-18 17:17 UTC by Jon
Modified: 2020-03-19 17:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-19 17:45:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
debug-level command-line output of the installer session. (80.25 KB, text/plain)
2020-03-18 17:17 UTC, Jon
no flags Details
Debug Log Bundle (214.23 KB, application/gzip)
2020-03-18 22:13 UTC, Jon
no flags Details

Description Jon 2020-03-18 17:17:26 UTC
Created attachment 1671178 [details]
debug-level command-line output of the installer session.

Description of problem:

Version-Release number of the following components:
rpm -q openshift-ansible: (N/A, mac OpenShift installer)
rpm -q ansible: (N/A, mac OpenShift installer)
ansible --version: (N/A, mac OpenShift installer)

How reproducible:

Steps to Reproduce:
1. In the unpacked installer dir, run: openshift-install create cluster --dir=../../install/oc10 --log-level=debug
2. Answer the questions with an ssh key, platform: aws, region: us-east-2, as well as the cluster name and pull secret


Actual results:
When the installer gets to the stage that it is "Waiting up to 30m0s for the Kubernetes API at https://<the API>:6443..." it will time out.
Debug output attached to this bug as "log.txt"

Expected results:
The installer should complete successfully.

Additional info:
* First instinct is that DNS is misconfigured, but DNS seems to be working, since you can "ssh -v" to the API URL and see it trying the three master nodes' IP addresses.
* This exact behavior happens when we try to install v4.3.5 and v4.2.12 on both AWS and Azure.

Comment 1 Abhinav Dahiya 2020-03-18 17:29:40 UTC
On failure, the installer provides a log bundle for debugging.. can you please attach that?

Comment 2 Jon 2020-03-18 22:13:37 UTC
Created attachment 1671250 [details]
Debug Log Bundle

Comment 3 Jon 2020-03-19 17:44:55 UTC
After digging through the log bundle and googling some errors I found there, I determined that I was using a corrupted pull secret. I redownloaded it from redhat and the installation continues.

It seems that this was handled under 1662106 and closed as WONTFIX for some reason.

Comment 4 Jon 2020-03-19 17:45:34 UTC

*** This bug has been marked as a duplicate of bug 1662106 ***


Note You need to log in before you can comment on or make changes to this bug.