Document URL: https://docs.openshift.com/enterprise/3.1/install_config/install/advanced_install.html Section Number and Name: Verifying the Installation Describe the issue: If you install etcd that are not cohabiting with the master, etcdctl is not available on the master node. Suggestions for improvement: There either needs to explain how to install etcdcl on the master (probably not the best options), or, how to reference the right keys from one of the etcd hosts. Connect to one of your etcd nodes and run etcdctl -C \ https://osetcd01.example.lab:2379,https://osetcd02.example.lab:2379,https://osetcd03.example.lab:2379 \ --ca-file=/etc/etcd/generated_certs/openshift-master-semst01.example.lab/master.etcd-ca.crt \ --cert-file=/etc/etcd/generated_certs/openshift-master-osemst01.example.lab/master.etcd-client.crt \ --key-file=/etc/etcd/generated_certs/openshift-master-osemst01.example.lab//master.etcd-client.key cluster-health Additional information:
This was updated: https://docs.openshift.com/enterprise/3.1/install_config/install/advanced_install.html#configuring-fencing. Closing this bug.