Bug 1756109
| Summary: | I see expected channel results for OLM 4.2.0 channels | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason Montleon <jmontleo> |
| Component: | OLM | Assignee: | Evan Cordell <ecordell> |
| OLM sub component: | OLM | QA Contact: | Bruno Andrade <bandrade> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | mifiedle |
| Version: | 4.2.0 | Keywords: | Reopened |
| 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:41:50 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1751388 | ||
|
Description
Jason Montleon
2019-09-26 19:08:55 UTC
Three channels are shown as expected, marking as VERIFIED. Cluster Version: 4.2.0-0.nightly-2019-09-30-184859 OLM version: 0.11.0 git commit: 1c371728a2d5e65c970369c15ac17edb8fdb344 Steps used to reproduce: 1. Install the OperatorSource with a package containing 3 channels oc apply -f - <<EOF apiVersion: operators.coreos.com/v1 kind: OperatorSource metadata: name: ocpmigrate-operators namespace: openshift-marketplace spec: type: appregistry endpoint: https://quay.io/cnr registryNamespace: jmontleon displayName: "Migration Operators" publisher: "ocp-migrate-team" EOF 2. Try to add the subscription to Openshift Web UI. Three channels are shown as expected: http://pics.osci.redhat.com/bb9raf.png 3. Check if the operator is successfully installed: oc get csv -n default NAME DISPLAY VERSION REPLACES PHASE mig-operator.stable Migration Operator 1.0.0 Succeeded oc get pods -n default NAME READY STATUS RESTARTS AGE migration-operator-66c5bc56d4-md95r 2/2 Running 0 2m 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 |