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.
1 parent 1e3bcbd commit cab435bCopy full SHA for cab435b
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 wide -o jsonpath='{.items[*].metadata.name}')
+$ nodes=$(oc get nodes -o jsonpath='{.items[*].metadata.name}')
29
30
31
.. Shut down all of the nodes:
0 commit comments