Skip to content

Commit f9f5c05

Browse files
committed
OCPBUGS-19962: update examples
1 parent 15f7bcf commit f9f5c05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/coreos-layering-configuring.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,24 @@ rendered-worker-5de4837625b1cbc237de6b22bc0bc873 5bdb57489b720096ef912f738b463
119119
+
120120
[source,terminal]
121121
----
122-
$ oc describe mc rendered-master-4e8be63aef68b843b546827b6ebe0913
122+
$ oc describe mc rendered-worker-5de4837625b1cbc237de6b22bc0bc873
123123
----
124124
+
125125
.Example output
126126
[source,terminal,subs="attributes+"]
127127
----
128-
Name: rendered-master-4e8be63aef68b843b546827b6ebe0913
128+
Name: rendered-worker-5de4837625b1cbc237de6b22bc0bc873
129129
Namespace:
130130
Labels: <none>
131-
Annotations: machineconfiguration.openshift.io/generated-by-controller-version: 8276d9c1f574481043d3661a1ace1f36cd8c3b62
131+
Annotations: machineconfiguration.openshift.io/generated-by-controller-version: 5bdb57489b720096ef912f738b46330a8f577803
132132
machineconfiguration.openshift.io/release-image-version: {product-version}.0-ec.3
133133
API Version: machineconfiguration.openshift.io/v1
134134
Kind: MachineConfig
135135
...
136136
Os Image URL: quay.io/my-registry/custom-image@sha256...
137137
----
138138

139-
.. Check that the associated machine config pool is updating with the new machine config:
139+
.. Check that the associated machine config pool is updated with the new machine config:
140140
+
141141
[source,terminal]
142142
----
@@ -147,10 +147,10 @@ $ oc get mcp
147147
[source,terminal]
148148
----
149149
NAME CONFIG UPDATED UPDATING DEGRADED MACHINECOUNT READYMACHINECOUNT UPDATEDMACHINECOUNT DEGRADEDMACHINECOUNT AGE
150-
master rendered-master-6faecdfa1b25c114a58cf178fbaa45e2 True False False 3 3 3 0 39m
151-
worker rendered-worker-6b000dbc31aaee63c6a2d56d04cd4c1b False True False 3 0 0 0 39m <1>
150+
master rendered-master-15961f1da260f7be141006404d17d39b True False False 3 3 3 0 39m
151+
worker rendered-worker-5de4837625b1cbc237de6b22bc0bc873 True False False 3 0 0 0 39m <1>
152152
----
153-
<1> When the `UPDATING` field is `True`, the machine config pool is updating with the new machine config. When the field becomes `False`, the worker machine config pool has rolled out to the new machine config.
153+
<1> When the `UPDATING` field is `True`, the machine config pool is updating with the new machine config. In this case, you will not see the new machine config listed in the output. When the field becomes `False`, the worker machine config pool has rolled out to the new machine config.
154154

155155
.. Check the nodes to see that scheduling on the nodes is disabled. This indicates that the change is being applied:
156156
+

0 commit comments

Comments
 (0)