mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Fixing incorrect command in etcd docs
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
e8a72d5d58
commit
2d8b063fc8
@@ -18,7 +18,7 @@ You can identify if your cluster has an unhealthy etcd member.
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ oc get etcd -o=jsonpath='{range .items[0].status.conditions[?(@.type=="EtcdMembersAvailable")]}{.message}{"\n"}'
|
||||
$ oc get etcd -o=jsonpath='{range .items[0].status.conditions[?(@.type=="EtcdMembersAvailable")]}{.message}{"\n"}{end}'
|
||||
----
|
||||
|
||||
. Review the output:
|
||||
|
||||
Reference in New Issue
Block a user