-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
4.10, 4.9
-
None
-
None
-
1
-
Sprint 226
-
1
-
False
-
Duplicate of previously fixed bug for 4.11
https://bugzilla.redhat.com/show_bug.cgi?id=2041133
Description of problem:
'oc explain route.status.ingress.conditions' shows 'Currently only Ready' but actually is 'Admitted'
Version-Release number of selected component (if applicable):
Cluster version is 4.10.27
How reproducible:
Steps to Reproduce:
$ oc explain route.status.ingress.conditions
...
type <string> required
Type is the type of the condition. Currently only Ready.
Actual results:
It says type 'Currently only Ready', which seems to mean 'type' can only be 'Ready'. But checked any routes:
$ oc get route -A -o yaml | grep 'type: '
type: Admitted
...snipped...
type: Admitted
'type' is actually 'Admitted' rather.
Expected results:
'oc explain route.status.ingress.conditions' should show correct values for 'type'.
- is cloned by
-
OCPBUGS-133 [4.9] 'oc explain route.status.ingress.conditions' shows type 'Currently only Ready' but actually is 'Admitted'
- Closed