Bug 1868619
Summary: | [oc] go version for the oc client is different for the one installed via RPM and extracted through payload. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | RamaKasturi <knarra> |
Component: | Release | Assignee: | Luke Meyer <lmeyer> |
Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.6 | CC: | aos-bugs, jokerman, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.6.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: | 2020-10-27 16:28:09 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
RamaKasturi
2020-08-13 10:09:31 UTC
I'm guessing ART needs to catch up with the builds. Thanks for pointing this out, our RPM buildroot isn't configured correctly. Waiting on https://projects.engineering.redhat.com/browse/CLOUDBLD-2306 to fix it. This should be fixed by now. Actually the versions may be different depending on whether you are using the el7 or el8 RPM - el8 has a newer golang compiler available, el7 still in progress. Verified in the payload below and i see that go version is displayed correctly which is go1.14.4 when using the RPM installed [ramakasturinarra@dhcp35-60 ~]$ oc version -o yaml clientVersion: buildDate: "2020-08-26T07:52:17Z" compiler: gc gitCommit: 931d20f944565ad2eadea9afecddbe657e164267 gitTreeState: clean gitVersion: 4.6.0-202008260718.p0-931d20f goVersion: go1.14.4 major: "" minor: "" platform: linux/amd64 openshiftVersion: 4.6.0-0.nightly-2020-08-25-222652 serverVersion: buildDate: "2020-08-25T13:43:16Z" compiler: gc gitCommit: aaf4ce1cf2d4201a23e332030ccfeab6c17351fd gitTreeState: dirty gitVersion: v1.19.0-rc.2+aaf4ce1-dirty goVersion: go1.14.4 major: "1" minor: 19+ platform: linux/amd64 Based on the above moving the bug to verified state. 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 (OpenShift Container Platform 4.6 GA Images), 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/RHBA-2020:4196 |