Skip to content

Commit 3e7f1ac

Browse files
authored
Merge pull request #59826 from obrown1205/grep_v_guard
OSDOCS#5138: Adding grep -v guard to restoring cluster commands
2 parents 20e39a3 + aeb28f5 commit 3e7f1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ $ oc adm certificate approve <csr_name>
256256
+
257257
[source,terminal]
258258
----
259-
$ sudo crictl ps | grep etcd | grep -v operator
259+
$ sudo crictl ps | grep etcd | egrep -v "operator|etcd-guard"
260260
----
261261
+
262262
.Example output

0 commit comments

Comments
 (0)