Bug 1817040
| Summary: | upgrade from 4.2.25 to 4.3.8 failed due to PodIP vs PodIPs handling in apiserver | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Scott Dodson <sdodson> |
| Component: | kube-apiserver | Assignee: | Dan Winship <danw> |
| Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.3.z | CC: | aos-bugs, ccoleman, dahernan, danw, lmohanty, mfojtik, pamoedom, pruan, rh-container, rheinzma, sdodson, vlaad, vrutkovs, wking, xxia |
| Target Milestone: | --- | Keywords: | Upgrades |
| Target Release: | 4.3.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1817039 | Environment: | |
| Last Closed: | 2020-04-08 07:39:52 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: | 1817039 | ||
| Bug Blocks: | |||
|
Description
Scott Dodson
2020-03-25 13:14:07 UTC
Now that we're aware of this failure mode we've looked back at previous 4.2 to 4.3 upgrades and have identified that roughly 5% of the upgrades in the field suffered from this problem. Unless the SDN or API server teams can further scope which clusters are affected by this problem this remains a blocker for 4.2 to 4.3 upgrades and must be fixed before we introduce those edges. We have initiated proactive support engagement to remedy subscribed clusters which are currently stuck upgrading. > We have initiated proactive support engagement to remedy subscribed clusters which are currently stuck upgrading. Recovery tracker is bug 1814390. > Recovery tracker is bug 1814390.
Never mind, that is a completely different bug. Sorry for the noise.
One successful upgrade from 4.2.26 to 4.3.z, see below,
$ oc get clusterversion -o json|jq ".items[0].status.history"
[
{
"completionTime": "2020-03-31T12:09:27Z",
"image": "registry.svc.ci.openshift.org/ocp/release:4.3.0-0.nightly-2020-03-29-061614",
"startedTime": "2020-03-31T11:24:54Z",
"state": "Completed",
"verified": false,
"version": "4.3.0-0.nightly-2020-03-29-061614"
},
{
"completionTime": "2020-03-31T11:09:39Z",
"image": "registry.svc.ci.openshift.org/ocp/release@sha256:af0a6384e787c820279a0954c804d9c27b13458df2de366b3cd5ec3a7cdaa4b2",
"startedTime": "2020-03-31T10:56:54Z",
"state": "Completed",
"verified": false,
"version": "4.2.26"
}
]
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:1262 Removing UpgradeBlocker from this older bug, to remove it from the suspect queue described in [1]. If you feel like this bug still needs to be a suspect, please add keyword again. [1]: https://github.com/openshift/enhancements/pull/475 |