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

Misleading information in Driver Toolkit doc in 4.12

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • 4.12.z
    • Documentation / SRO
    • None
    • Moderate
    • 2
    • T&PS 2023 #3
    • 1
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Driver Toolkit just became GA in 4.12, whilst it was still TP in 4.11. Documentation shows reference to 4.11.0, which could mislead any customer during the reading

      Version-Release number of selected component (if applicable):

      4.12.z

      How reproducible:

      Have a look at [0] and appreciate the 4.11.0 mention
      
      [0] https://docs.openshift.com/container-platform/4.12/hardware_enablement/psap-driver-toolkit.html#pulling-the-driver-toolkit-from-payload

      Steps to Reproduce:

      1. Have a look at doc
      2.
      3.
      

      Actual results:

      Doc shows:
      $ oc adm release info 4.11.0 --image-for=driver-toolkit
      
      and example output is even not from 4.11.0, it shows:
      
      quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0fd84aee79606178b6561ac71f8540f404d518ae5deff45f6d6ac8f02636c7f4
      
      Whilst the real digest would be:
      
      $ oc adm release info "4.11.0" --pullspecs | grep -w driver-toolkit | awk '{print $2}'
      quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:514e256367e8707e2c30f18a4f06fbd6c821ab9776602d2488e861f577a357d0
      
      
      

      Expected results:

      I would expect both these:
      $ oc adm release info 4.12.0 --image-for=driver-toolkit
      $ oc adm release info "4.12.0" --pullspecs | grep -w driver-toolkit | awk '{print $2}'
      quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404
      

      Additional info:

       

            rhn-support-tshwartz Talia Shwartzberg
            rh-ee-sizucchi Simone Massimo Zucchi
            Lital Alon Lital Alon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: