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

NodeFeatureDiscovery CR Status is not populated/updated anymore

    XMLWordPrintable

Details

    • Important
    • No
    • Proposed
    • False
    • Hide

      None

      Show
      None

    Description

      This is a clone of issue OCPBUGS-7023. The following is the description of the original issue:

      Description of problem:

      The Status field of the NodeFeatureDiscovery CR is not populated/updated anymore since OCP 4.12
      

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

      OCP-v4.12.2
      NFD-v4.12.0-202301161645
      

      How reproducible:

      100%
      

      Steps to Reproduce:

      1. Deploy an OpenShift 4.12 cluster
      2. Deploy the NFD operator and create a NFD CR instance using the WebConsole or the command line client
      3. Check the status field of the NFD CR
      

      Actual results:

      The Status field of the NFD CR is not populated/updated.
      

      Expected results:

      The Status field of the NFD CR should contain the Operator conditions as described in the nfd.openshift.io/v1 API.
      

      Additional info:

      With NFD-v4.11.0-202212070335, the following conditions are reported:
      
      > oc -n openshift-nfd get nodefeaturediscovery nfd-instance --output=jsonpath='{$.status}'
      
      {
        "conditions": [
          {
            "lastHeartbeatTime": "2023-02-03T17:55:28Z",
            "lastTransitionTime": "2023-02-03T17:55:28Z",
            "status": "True",
            "type": "Available"
          },
          {
            "lastHeartbeatTime": "2023-02-03T17:55:28Z",
            "lastTransitionTime": "2023-02-03T17:55:28Z",
            "status": "True",
            "type": "Upgradeable"
          },
          {
            "lastHeartbeatTime": "2023-02-03T17:55:28Z",
            "lastTransitionTime": "2023-02-03T17:55:28Z",
            "status": "False",
            "type": "Progressing"
          },
          {
            "lastHeartbeatTime": "2023-02-03T17:55:28Z",
            "lastTransitionTime": "2023-02-03T17:55:28Z",
            "status": "False",
            "type": "Degraded"
          }
        ]
      }
      

      Attachments

        Issue Links

          Activity

            People

              yshnaidm Yevgeny Shnaidman
              openshift-crt-jira-prow OpenShift Prow Bot
              Guy Gordani Guy Gordani
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: