Skip to content

Commit def4678

Browse files
authored
Merge pull request #98462 from lahinson/osdocs-15308-incomplete-etcd-command
[OSDOCS-15308]: Fixing incorrect command in etcd docs
2 parents 107a4de + b4694ec commit def4678

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)