Skip to content

Commit 355694d

Browse files
authored
Merge pull request #111237 from openshift-cherrypick-robot/cherry-pick-109469-to-enterprise-4.22
[enterprise-4.22] OSDOCS 17238 Update MCO to reflect API changes made for Status Reporting
2 parents f681033 + 59eba9d commit 355694d

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

modules/checking-mco-node-status.adoc

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,23 @@ The node update process consists of the following phases and subphases that are
1515

1616
* *Update Prepared*. The MCO stops the configuration drift monitoring process and verifies that the newly-created machine config can be applied to a node.
1717
* *Update Executed*. The MCO cordons and drains the node and applies the new machine config to the node files and operating system, as needed. It contains the following sub-phases:
18-
** *Cordoned*
19-
** *Drained*
20-
** *AppliedFilesAndOS*
18+
** *Cordoned*. The MCO cordoned the node.
19+
** *Drained*. The MCO drained the node.
20+
** *AppliedFilesAndOS*. The MCO has updated the node files and operating system.
21+
** *AppliedFiles*. The MCO has updated the node files.
22+
** *AppliedOSImage*. The MCO has updated the operating system.
23+
+
24+
In order to see *AppliedFiles* and *AppliedOSImage* in the output, you must enable the `TechPreviewNoUpgrade` feature set on the cluster. These conditions replace *AppliedFilesAndOS*. For more information, see "Enabling features using feature gates".
25+
+
26+
[NOTE]
27+
====
28+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
29+
====
30+
+
31+
--
32+
:FeatureName: The `AppliedFiles` and `AppliedOSImage` condition
33+
include::snippets/technology-preview.adoc[]
34+
--
2135
* *PinnedImageSetsProgressing* The MCO is performing the steps needed to pin and pre-load container images.
2236
* *PinnedImageSetsDegraded* The pinned image process failed. You can view the reason for the failure by using the `oc describe machineconfignode` command, as described later in this section.
2337
* *NodeDegraded* The node update failed. You can view the reason for the failure by using the `oc describe machineconfignode` command, as described later in this section.

0 commit comments

Comments
 (0)