Bug 1300881 - ETCD installation validation is misleading
Summary: ETCD installation validation is misleading
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Alex Dellapenta
QA Contact: Vikram Goyal
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-22 00:41 UTC by James Radtke
Modified: 2017-12-31 02:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-31 02:48:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description James Radtke 2016-01-22 00:41:44 UTC
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:

Comment 1 Vikram Goyal 2017-12-31 02:48:28 UTC
This was updated: https://docs.openshift.com/enterprise/3.1/install_config/install/advanced_install.html#configuring-fencing.

Closing this bug.


Note You need to log in before you can comment on or make changes to this bug.