-
Bug
-
Resolution: Done
-
Critical
-
4.12.0
-
None
-
None
-
1
-
uShift Sprint 228, uShift Sprint 229
-
2
-
Approved
-
False
-
-
NA
Description of problem:
route-controller-manager ingress-to-route controller fails on validation errors when creating routes from ingresses > ValidationError(Route.spec.to): missing required field "kind" in io.openshift.route.v1.Route.spec.to the reason this fails is because of the Route defaulting disparity between OCP and microshift: https://issues.redhat.com/browse/OCPBUGS-4189
Version-Release number of selected component (if applicable):
How reproducible:
100
Steps to Reproduce:
by running this test https://github.com/openshift/origin/blob/f99813c7bd256ecb66f180788902da2f692f6676/test/extended/router/router.go#L71
Actual results:
Expected results:
routes should be created from ingresses
Additional info:
- is blocked by
-
OCPBUGS-4198 route-controller-manager not creating routes
- Closed
- is caused by
-
OCPBUGS-4189 Route CRD vs. OCP defaulting disparity
- Closed
- links to