-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
With the completion of MCO-1675, the MachineConfigNode (MCN) resource has new fields to improve the status reporting for image mode updates. The new fields should be included, where appropriate, in the printcolumn outputs for the MCN resource.
The following fields where added for image mode status reporting:
- Spec.ConfigImage.DesiredImage
- Status.ConfigImage.DesiredImage
- Status.ConfigImage.CurrentImage
- Status.Conditions[AppliedOSImage]
- Status.Conditions[AppliedFiles]
- Status.Conditions[ImagePulledFromRegistry]
This task will involve deciding which of these fields are important to include in the printcolumns and making the corresponding code changes. Additionally, this should be completed after the GA of the ImageModeStatusReporting feature gate since printcolumns cannot be feature gated as noted here.
Done when:
- The outputs for `oc get machineconfignode` and `oc get machineconfignode -o wide` include the necessary new status reporting fields
- depends on
-
MCO-1736 [API 6/6] Graduate Status Reporting feature gate to default
-
- To Do
-
- links to