Skip to content

Commit aeb28f5

Browse files
committed
adding grep -v guard to commands
1 parent c8bc03d commit aeb28f5

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)