Skip to content

Commit b932df3

Browse files
authored
Update checking-mco-node-status.adoc
In the Red Hat official documentation, the "oc describe" command has "-o yaml" in the end. This "-o yaml" should not be there in the "oc describe" command. Currently the command in the document is : oc describe machineconfignode/<machine_config_node_name> -o yaml The correct Command is : oc describe machineconfignode/<machine_config_node_name>
1 parent 0a61f92 commit b932df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/checking-mco-node-status.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ For more details on the update status, you can use the `oc describe machineconfi
142142

143143
[source,terminal]
144144
----
145-
$ oc describe machineconfignode/<machine_config_node_name> -o yaml
145+
$ oc describe machineconfignode/<machine_config_node_name>
146146
----
147147

148148
.Example output

0 commit comments

Comments
 (0)