-
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.
Done when:
- The outputs for `oc get machineconfignode` and `oc get machineconfignode -o wide` include the necessary new status reporting fields