We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 107a4de + b4694ec commit def4678Copy full SHA for def4678
modules/restore-identify-unhealthy-etcd-member.adoc
@@ -20,7 +20,7 @@ You can identify if your cluster has an unhealthy etcd member.
20
+
21
[source,terminal]
22
----
23
-$ 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}'
24
25
26
. Review the output:
0 commit comments