-
Bug
-
Resolution: Unresolved
-
Normal
-
4.14
Description of problem:
  ingress-to-route controller does not provide any information about failed conversions from ingress to route. This is a big issue in environments heavily dependent on the ingress objects. The only way to find why a route is not created is guess and try as the only information one can get is that the route is not created.
Version-Release number of selected component (if applicable):
OCP 4.14
How reproducible:
100%
Steps to Reproduce:
apiVersion: networking.k8s.io/v1 kind: Ingress metadata:  annotations:   route.openshift.io/termination: passthrough  name: hello-openshift-class  namespace: test spec:  ingressClassName: openshift-default  rules:  - host: ingress01-rhodain-test01.apps.rhodain03.sbr-virt.gsslab.brq2.redhat.com   http:    paths:    - backend:      service:       name: myapp02       port:        number: 8080     path: /     pathType: Prefix  tls:  - {}
Actual results:
Route is not created and no error is logged
Expected results:
En error is provided in the events or at least in the controllers logs. The events are prefered as the ingress objects are mainly created by uses without cluster admin privileges.
Additional info:
Â
- blocks
-
OCPBUGS-55338 Provide error report from ingress-to-route controller
-
- Closed
-
- is cloned by
-
OCPBUGS-55338 Provide error report from ingress-to-route controller
-
- Closed
-
- links to
-
RHEA-2024:11038 OpenShift Container Platform 4.19.z bug fix update