Skip to content

Commit b4694ec

Browse files
committed
[OSDOCS-15308]: Fixing incorrect command in etcd docs
1 parent fd294ca commit b4694ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/restore-identify-unhealthy-etcd-member.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can identify if your cluster has an unhealthy etcd member.
2020
+
2121
[source,terminal]
2222
----
23-
$ oc get etcd -o=jsonpath='{range .items[0].status.conditions[?(@.type=="EtcdMembersAvailable")]}{.message}{"\n"}'
23+
$ oc get etcd -o=jsonpath='{range .items[0].status.conditions[?(@.type=="EtcdMembersAvailable")]}{.message}{"\n"}{end}'
2424
----
2525

2626
. Review the output:

0 commit comments

Comments
 (0)