You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* xref:../openshift_images/managing_images/using-image-pull-secrets.adoc#images-update-global-pull-secret_using-image-pull-secrets[Updating the global cluster pull secret]
194
195
* xref:../machine_configuration/mco-coreos-layering.adoc#coreos-layering-configuring-on-revert_mco-coreos-layering[Reverting an on-cluster custom layered image]
196
+
* xref:../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling[Enabling features using feature gates]
Copy file name to clipboardExpand all lines: modules/checking-mco-node-status-configuring.adoc
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,20 @@ During the update of a machine config pool (MCP), you can monitor the progress o
11
11
12
12
For more information on the meaning of these fields, see "About checking machine config node status."
13
13
14
+
.Prerequisites
15
+
16
+
* In order to see specific machine config node output, as described in "About checking machine config node status", you must enable the `TechPreviewNoUpgrade` feature set on the cluster. For more information, see "Enabling features using feature gates".
17
+
+
18
+
[NOTE]
19
+
====
20
+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
21
+
====
22
+
+
23
+
--
24
+
:FeatureName: The custom layered image output
25
+
include::snippets/technology-preview.adoc[]
26
+
--
27
+
14
28
.Procedure
15
29
16
30
* View the update status of all nodes in the cluster, including the current and desired machine configurations, by running the following command:
Copy file name to clipboardExpand all lines: modules/checking-mco-node-status.adoc
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,19 @@ The node update process consists of the following phases and subphases that are
27
27
***Uncordoned*
28
28
* *Updated* The MCO completed a node update and the current config version of the node is equal to the desired updated version.
29
29
* *Resumed*. The MCO restarted the config drift monitor process and the node returns to operational state.
30
+
* *ImagePulledFromRegistry*. The MCO has pulled the desired custom layered image. This condition applies only to nodes on which {image-mode-os-on-lower} has been configured.
31
+
+
32
+
In order to see *ImagePulledFromRegistry* in the output, you must enable the `TechPreviewNoUpgrade` feature set on the cluster. For more information, see "Enabling features using feature gates".
33
+
+
34
+
[NOTE]
35
+
====
36
+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
37
+
====
38
+
+
39
+
--
40
+
:FeatureName: The `ImagePulledFromRegistry` condition
41
+
include::snippets/technology-preview.adoc[]
42
+
--
30
43
31
44
As the update moves through these phases, you can query the `MachineConfigNode` custom resource, which reports one of the following conditions for each phase:
<2> The new machine configuration. This field updates after the MCO validates the machine config in the `UPDATEPREPARED` phase, then the status adds the new configuration.
240
254
<3> The current machine config on the node.
255
+
256
+
For clusters configured with {image-mode-os-on-lower}, the machine config node output also includes the name of the custom layered image that was applied to affected nodes.
257
+
258
+
include::snippets/mco-mcn-ocl-example.adoc[]
259
+
260
+
In order to see the custom layered image in the output, you must enable the `TechPreviewNoUpgrade` feature set on the cluster. For more information, see "Enabling features using feature gates".
261
+
262
+
[NOTE]
263
+
====
264
+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
Message: Action during update to image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3: Successfully pulled OS image image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3 from registry
29
+
Reason: ImagePulledFromRegistry
30
+
Status: False
31
+
Type: ImagePulledFromRegistry
32
+
# ...
33
+
Config Image:
34
+
Current Image: image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3
0 commit comments