Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-132

[4.10] 'oc explain route.status.ingress.conditions' shows type 'Currently only Ready' but actually is 'Admitted'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • 4.10, 4.9
    • Networking / router
    • None
    • 1
    • Sprint 226
    • 1
    • False
    • Hide

      None

      Show
      None

      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'.

            mmasters1@redhat.com Miciah Masters
            eweiss@redhat.com Eldar Weiss
            Eldar Weiss Eldar Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: