Bug 1804831
Summary: | Don't deprecate v1alpha2 OperatorGroup | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alexander Greene <agreene> |
Component: | OLM | Assignee: | Alexander Greene <agreene> |
OLM sub component: | OLM | QA Contact: | Jian Zhang <jiazha> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | bandrade, nhale |
Version: | 4.4 | ||
Target Milestone: | --- | ||
Target Release: | 4.4.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-05-13 21:59:16 UTC | Type: | --- |
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: | 1798051 | ||
Bug Blocks: | 1780378 |
Description
Alexander Greene
2020-02-19 17:31:55 UTC
*** Bug 1804950 has been marked as a duplicate of this bug. *** Cluster version is 4.4.0-0.nightly-2020-02-20-223401 mac:~ jianzhang$ oc exec catalog-operator-75c9f6d98d-jrx42 -- olm --version OLM version: 0.14.2 git commit: 3d7f04faecb0072e72858b67af34232f854a17cc 1, Create an OperatorGroup object with the v1alpha2 api version. mac:~ jianzhang$ cat og.yaml apiVersion: operators.coreos.com/v1alpha2 kind: OperatorGroup metadata: name: test-og namespace: default spec: targetNamespaces: - default mac:~ jianzhang$ oc create -f og.yaml operatorgroup.operators.coreos.com/test-og created mac:~ jianzhang$ oc get og -n default test-og -o yaml apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: creationTimestamp: "2020-02-21T07:39:13Z" generation: 1 name: test-og namespace: default resourceVersion: "35323" selfLink: /apis/operators.coreos.com/v1/namespaces/default/operatorgroups/test-og uid: 7b387029-fc43-4c88-89d8-2fbd07af5388 spec: targetNamespaces: - default status: lastUpdated: "2020-02-21T07:39:13Z" namespaces: - default The OperatorGreoup works well, LGTM, verify it. 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:0581 |