Bug 1891702
Summary: | installer get pending when additionalTrustBundle is added into install-config.yaml | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> | ||||
Component: | Installer | Assignee: | John Hixson <jhixson> | ||||
Installer sub component: | openshift-installer | QA Contact: | Johnny Liu <jialiu> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | high | ||||||
Priority: | urgent | CC: | jhixson, mstaeble, rsandu | ||||
Version: | 4.7 | Keywords: | TestBlocker | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.7.0 | ||||||
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: | 2021-02-24 15:28:28 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: | |||||||
Attachments: |
|
Description
Johnny Liu
2020-10-27 06:16:29 UTC
Created attachment 1724487 [details]
installer log
This looks like a regression from https://github.com/openshift/installer/pull/4287. If the additional trust bundle has parts that are not PEM blocks, then the code to determine if the certs in the ignition configs have expired will loop forever. Verified this bug with 4.7.0-0.nightly-2020-11-09-235738, and PASS. <--snip--> level=debug msg= Using Release Image Pull Spec loaded from state file level=debug msg= Loading Image... level=debug msg= Loading Bootstrap Ignition Config from both state file and target directory level=debug msg= On-disk Bootstrap Ignition Config matches asset in state file level=debug msg= Using Bootstrap Ignition Config loaded from state file level=debug msg=Using Metadata loaded from state file <--snip--> Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5633 |