Commit b932df3
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments