1
0
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:
Laura Hinson
2025-09-03 11:54:27 -04:00
committed by openshift-cherrypick-robot
parent e8a72d5d58
commit 2d8b063fc8

View File

@@ -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: