Bug 1956782
Summary: | OCP 4.8 latest build fails to deploy at step: openshift-install create manifests | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Julie <mjulie> |
Component: | Installer | Assignee: | aos-install |
Installer sub component: | openshift-installer | QA Contact: | Gaoyun Pei <gpei> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aos-bugs, danili, mhamzy, yselkowi |
Version: | 4.8 | Flags: | mjulie:
needinfo-
|
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-04 13:37:05 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: |
Description
Julie
2021-05-04 12:04:47 UTC
The "Build" component is for issues related to OpenShift's in cluster build capabilities. Moving this issue to the installer team. Is openshift-installer running on a Power machine, or in a different environment? There are a number of go issues opened which need to be in the build root: cmd/link: unexpected trampoline when cross-compiling to ppc64le https://github.com/golang/go/issues/45564 cmd/link: SIGSEGV running 'openshift-install version' for release-4.8 using external linking on PPC64LE https://github.com/golang/go/issues/45850 This also needs to be pulled into the installer: Bug 1953551: Revert "Link ppc64le binary dynamically" https://github.com/openshift/installer/pull/4890 This is also a potential workaround: https://github.com/golang/go/issues/45850#issuecomment-829459432 Hi Installer team/assignee team, the multi-arch team evaluated the bug and we think that this bug should be a "Blocker+" due to its impact. *** This bug has been marked as a duplicate of bug 1953551 *** (In reply to Adam Kaplan from comment #1) > The "Build" component is for issues related to OpenShift's in cluster build > capabilities. Moving this issue to the installer team. > > Is openshift-installer running on a Power machine, or in a different > environment? yes, running on Power (ppc64le arch). |