Bug 1775723 - Downstream operator shows incorrect channel description from the packagemanifest in webconsole
Summary: Downstream operator shows incorrect channel description from the packagemanif...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.3.0
Hardware: All
OS: All
high
medium
Target Milestone: ---
: 4.3.0
Assignee: Samuel Padgett
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On: 1764540
Blocks: 1798646
TreeView+ depends on / blocked
 
Reported: 2019-11-22 16:28 UTC by Samuel Padgett
Modified: 2020-02-05 17:59 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1764540
: 1798646 (view as bug list)
Environment:
Last Closed: 2020-01-23 11:13:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 3552 0 'None' closed Bug 1775723: Use default channel for OperatorHub item descriptions 2020-11-24 20:07:19 UTC
Red Hat Product Errata RHBA-2020:0062 0 None None None 2020-01-23 11:14:20 UTC

Comment 2 zhaozhanqi 2019-11-27 02:51:33 UTC
Verified this bug on 4.3.0-0.nightly-2019-11-26-171052

the default description is:

     description: |
        # SR-IOV Network Operator for Openshift

        ## Introdution
        The sriov-network-operator is generally responsible for configuring the sriov components in a openshift cluster.

        ### Supported Features
        * Initialize the SR-IOV NICs on nodes.
        * provision SR-IOV device plugin on selected node.
        * provision SR-IOV CNI plugin on selected nodes.
        * manage configuration of SR-IOV device plugin.
        * generate net-att-def CRs for SR-IOV CNI plugin.

        This operator has to run in namespace 'openshift-sriov-network-operator'. An Operator Group is also required to install this operator:

        ```
        $ oc create -f - <<EOF
        apiVersion: v1
        kind: Namespace
        metadata:
          name: openshift-sriov-network-operator
          labels:
            openshift.io/run-level: "1"
        EOF

        $ oc create -f - <<EOF
        apiVersion: operators.coreos.com/v1
        kind: OperatorGroup
        metadata:
          name: sriov-network-operators
          namespace: openshift-sriov-network-operator
        spec:
          targetNamespaces:
          - openshift-sriov-network-operator
        EOF
        ```
      displayName: SR-IOV Network Operator
      installModes:
      - supported: true
        type: OwnNamespace
      - supported: true
        type: SingleNamespace
      - supported: false
        type: MultiNamespace
      - supported: false
        type: AllNamespaces
      provider:
        name: Red Hat, Inc.
      version: 4.3.0-201911261117
    name: "4.3"
  defaultChannel: "4.3"
  packageName: sriov-network-operator
  provider:

Comment 4 errata-xmlrpc 2020-01-23 11:13:48 UTC
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-2020:0062


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