-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.8
-
Quality / Stability / Reliability
-
None
-
None
-
None
-
Moderate
-
None
-
Unspecified
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
None
-
None
-
None
-
None
-
None
Description of problem:
When Ingress operator config is set with a ComponentRoutes for any of the console's routes(console, downloads), console-operator will not update the ingress config with appropriate conditions.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Upgrade ingress operator config Spec.ComponentRoute with:
```
- namespace: openshift-console
name: console
hostname: console-custom-openshift-console.<cluster-host>
```
2. Save changes
3. Check ingress operator config Status.ComponentRoutes for appropriate conditions
Actual results:
No conditions are set.
Expected results:
Proper conditions that report the actual state are reported.
Additional info: