The /etc/etcd/etcd.conf was actively used in OpenShift 3.x installations and some older Kubernetes deployment "methods".
1234
# Should you still have a `etcd.conf`source it
source /etc/etcd/etcd.conf# Otherwise replace each `$ETCD_PEER_*` with the according path
curl --cacert=$ETCD_PEER_CA_FILE --cert=$ETCD_PEER_CERT_FILE --key=$ETCD_PEER_KEY_FILE -L https://127.0.0.1:2379/metrics -XGET -v