Skip to content

Commit 0d7856d

Browse files
authored
Merge pull request #27227 from jboxman/gh-27212
GH#27212 - Use only the node name in the command
2 parents 7fcfaf1 + e7e548a commit 0d7856d

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 name)
28+
$ nodes=$(oc get nodes -o wide -o jsonpath='{.items[*].metadata.name}')
2929
----
3030

3131
.. Shut down all of the nodes:

0 commit comments

Comments
 (0)