Merge pull request #2958 from elementyang/etcd-pr

change the way that getting etcd_member_name
This commit is contained in:
k8s-ci-robot
2018-08-26 23:55:04 -07:00
committed by GitHub
3 changed files with 12 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ To deploy the cluster you can use :
sudo pip install -r requirements.txt
# Copy ``inventory/sample`` as ``inventory/mycluster``
cp -rfp inventory/sample inventory/mycluster
cp -rfp inventory/sample/* inventory/mycluster
# Update Ansible inventory file with inventory builder
declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5)