Bug 1702552
| Summary: | Two "NAME" fields by command "oc get catalogsource" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Fan Jia <jfan> |
| Component: | OLM | Assignee: | Evan Cordell <ecordell> |
| OLM sub component: | OLM | QA Contact: | Fan Jia <jfan> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | low | CC: | chezhang, dyan, jiazha, lxia, yinzhou |
| Version: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2.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: | 2019-10-16 06:28:06 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: | |||
test env: cv:4.2.0-0.nightly-2019-08-22-201424 test result: the second "Name" becomes "DISPLAY" #oc get catalogsource -n openshift-marketplace NAME DISPLAY TYPE PUBLISHER AGE certified-operators Certified Operators grpc Red Hat 3h28m community-operators Community Operators grpc Red Hat 3h28m redhat-operators Red Hat Operators grpc Red Hat 3h28m 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, 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-2019:2922 |
Description of problem: Get two "NAME" fields after command "oc get catalogsource", actually the second field content is the "Display Name". Version-Release number of selected component (if applicable): 1)cv:4.1.0-0.nightly-2019-04-23-223857 2)olm:quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ebe8ff72e8e93d0dd7c6c465edf6de82b16d820a8698569c1b27d2ef57122f3c 3)oc version: Client Version: version.Info{Major:"4", Minor:"1+", GitVersion:"v4.1.0", GitCommit:"8730f3882", GitTreeState:"", BuildDate:"2019-04-23T22:49:40Z", GoVersion:"", Compiler:"", Platform:""} Server Version: version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.4+4fcbf79", GitCommit:"4fcbf79", GitTreeState:"clean", BuildDate:"2019-04-23T19:30:41Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"} How reproducible: always Steps to Reproduce: 1.install the cluster success and run command #oc get catalogsource -n openshift-marketplace Actual results: 1.#oc get catalogsource -n openshift-marketplace NAME NAME TYPE PUBLISHER AGE certified-operators Certified Operators grpc Red Hat 3h7m community-operators Community Operators grpc Red Hat 3h7m redhat-operators Red Hat Operators grpc Red Hat 3h7m Expected results: #oc get catalogsource -n openshift-marketplace NAME DISPLAYNAME TYPE PUBLISHER AGE certified-operators Certified Operators grpc Red Hat 3h7m community-operators Community Operators grpc Red Hat 3h7m redhat-operators Red Hat Operators grpc Red Hat 3h7m Additional info: