We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fcfaf1 + e7e548a commit 0d7856dCopy full SHA for 0d7856d
modules/graceful-shutdown.adoc
@@ -25,7 +25,7 @@ It is important to take an etcd backup before performing this procedure so that
25
+
26
[source,terminal]
27
----
28
-$ nodes=$(oc get nodes -o name)
+$ nodes=$(oc get nodes -o wide -o jsonpath='{.items[*].metadata.name}')
29
30
31
.. Shut down all of the nodes:
0 commit comments