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
During the update of a machine config pool (MCP), you can monitor the progress of all control plane and worker nodes in your cluster by using the `oc get machineconfignodes` and `oc describe machineconfignodes` commands. These commands provide information that can be helpful if issues arise during the update and you need to troubleshoot a node.
10
-
11
-
You cannot use these commands with custom machine config pools.
9
+
During the update of a machine config pool (MCP), you can monitor the progress of all of the nodes in your cluster by using the `oc get machineconfignodes` and `oc describe machineconfignodes` commands. These commands provide information that can be helpful if issues arise during the update and you need to troubleshoot a node.
12
10
13
11
For more information on the meaning of these fields, see "About checking machine config node status."
14
12
15
-
.Prerequisites
16
-
17
-
* You enabled the required Technology Preview features for your cluster by editing the `FeatureGate` CR named `cluster`:
18
-
+
19
-
[source,terminal]
20
-
----
21
-
$ oc edit featuregate cluster
22
-
----
23
-
+
24
-
.Example `FeatureGate` CR
25
-
[source,yaml]
26
-
----
27
-
apiVersion: config.openshift.io/v1
28
-
kind: FeatureGate
29
-
metadata:
30
-
name: cluster
31
-
spec:
32
-
featureSet: TechPreviewNoUpgrade
33
-
----
34
-
+
35
-
[WARNING]
36
-
====
37
-
Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone and prevents minor version updates. This feature set allows you to enable these Technology Preview features on test clusters, where you can fully test them. Do not enable this feature set on production clusters.
38
-
====
39
-
+
40
-
After you save the changes, new machine configs are created, the machine config pools are updated, and scheduling on each node is disabled while the change is being applied.
41
-
42
13
.Procedure
43
14
44
15
* View the update status of all nodes in the cluster, including the current and desired machine configurations, by running the following command:
@@ -70,13 +41,13 @@ $ oc get machineconfignodes -o wide
0 commit comments