Skip to content

Commit 60bcd07

Browse files
authored
Merge pull request #28132 from jboxman/gh-27212
Use only the node name in the command
2 parents 1e3bcbd + cab435b commit 60bcd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/graceful-shutdown.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is important to take an etcd backup before performing this procedure so that
2525
+
2626
[source,terminal]
2727
----
28-
$ nodes=$(oc get nodes -o wide -o jsonpath='{.items[*].metadata.name}')
28+
$ nodes=$(oc get nodes -o jsonpath='{.items[*].metadata.name}')
2929
----
3030

3131
.. Shut down all of the nodes:

0 commit comments

Comments
 (0)