Skip to content

Commit 47ad200

Browse files
authored
Merge pull request #33979 from EricPonvelle/SimplifiedWMCOLogCollection
WMCO-491: Updated the log collection command to easy-to-read syntax.
2 parents c3c8717 + aaf8fb9 commit 47ad200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/investigating-why-windows-machine-compute-node.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ There are various reasons why a Windows Machine does not become a compute node.
1818
+
1919
[source,terminal]
2020
----
21-
$ oc logs -f $(oc get pods -o jsonpath={.items[0].metadata.name} -n openshift-windows-machine-config-operator) -n openshift-windows-machine-config-operator
21+
$ oc logs -f deployment/windows-machine-config-operator -n openshift-windows-machine-config-operator
2222
----

0 commit comments

Comments
 (0)