Bug 1896678
| Summary: | Duplicated routes after OCP 4.4 -> 4.5 upgrade | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Pietro Bertera <pbertera> |
| Component: | Networking | Assignee: | aos-network-edge-staff <aos-network-edge-staff> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | aos-bugs, aos-network-edge-staff, pbertera, sgreene |
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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-11-12 08:41:41 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: | |||
*** This bug has been marked as a duplicate of bug 1892718 *** |
Description of problem: A customer upgraded from 4.4.19 to 4.5.9. After the upgrade all the Routes backed by an Ingress object are duplicated: the cluster created a new Route associated to the Ingress, the old Route is not deleted so the new one is stuck on `HostAlreadyClaimed`. The new route has ~~~ ownerReferences: - apiVersion: networking.k8s.io/v1beta1 controller: true kind: Ingress ~~~~ the old one: ~~~~ ownerReferences: - apiVersion: extensions/v1beta1 controller: true kind: Ingress ~~~~ Probably is related to the change in https://bugzilla.redhat.com/show_bug.cgi?id=1801415