-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.12
-
None
-
Important
-
No
-
Proposed
-
False
-
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" } ] }
- clones
-
OCPBUGS-7023 NodeFeatureDiscovery CR Status is not populated/updated anymore
- Closed
- is blocked by
-
OCPBUGS-7023 NodeFeatureDiscovery CR Status is not populated/updated anymore
- Closed
- is depended on by
-
OCPBUGS-32047 NFD Operator in 4.12 is not able to upgrade
- Closed
- links to