Bug 1955414
| Summary: | 4.8 -> 4.7 rollbacks broken on unrecognized flowschema openshift-etcd-operator | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> | |
| Component: | Etcd | Assignee: | Sam Batschelet <sbatsche> | |
| Status: | CLOSED ERRATA | QA Contact: | ge liu <geliu> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 4.8 | CC: | aos-bugs, mfojtik, xxia | |
| Target Milestone: | --- | |||
| Target Release: | 4.8.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1955418 (view as bug list) | Environment: | ||
| Last Closed: | 2021-07-27 23:05:13 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: | 1955418 | |||
|
Description
W. Trevor King
2021-04-30 04:42:57 UTC
Hmm, or we can move the FlowSchema manifest after the kube-apiserver manifests, and then use v1beta1 in 4.7.z? 4.6 -> 4.7 updates would have their v1alpha1 FlowSchema thrown out on kube-apiserver bump, but then shortly thereafter restored via the v1beta1 manifest. 4.8 -> 4.7 downgrades would no longer have any version bump, because v1beta1 is compatible with both versions. Moving to etcd to see if we can get that to work... 4.8->4.8 rollbacks are happy now [1,2]. I think the fix has to go into 4.7.z. [1]: https://testgrid.k8s.io/redhat-openshift-ocp-release-4.8-informing#periodic-ci-openshift-release-master-ci-4.8-e2e-aws-upgrade-rollback [2]: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-release-master-ci-4.8-e2e-aws-upgrade-rollback/1387886269983363072 according to e2e log in comment3, this issue be fixed, thanks 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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), 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/RHSA-2021:2438 |