Skip to content

Commit d0f615b

Browse files
authored
Merge pull request #42778 from mburke5678/GH42366-top-node-l
GH42366: Wrong command flag in Verifying node health section
2 parents cacc547 + 6b3e089 commit d0f615b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/reviewing-node-status-usage-and-configuration.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ Review cluster node health status, resource consumption statistics, and node log
1515
1616
.Procedure
1717

18-
. List the name, status, and role for all nodes in the cluster:
18+
* List the name, status, and role for all nodes in the cluster:
1919
+
2020
[source,terminal]
2121
----
2222
$ oc get nodes
2323
----
2424
25-
. Summarize CPU and memory usage for each node within the cluster:
25+
* Summarize CPU and memory usage for each node within the cluster:
2626
+
2727
[source,terminal]
2828
----
2929
$ oc adm top nodes
3030
----
3131
32-
. Summarize CPU and memory usage for a specific node:
32+
* Summarize CPU and memory usage for a specific node:
3333
+
3434
[source,terminal]
3535
----
36-
$ oc adm top node -l my-node
36+
$ oc adm top node my-node
3737
----

0 commit comments

Comments
 (0)