[k8s] Fix typo in member configuration script

Change-Id: I07fd7a1e773b6e9c975f246abfd7055078db2c0a
This commit is contained in:
Dmytro Dovbii 2016-07-22 12:37:48 +03:00
parent 00ecf3f40d
commit 98845644f5

View File

@ -41,7 +41,7 @@ count=30
echo "Registration member $1 in etcd cluster" >> /tmp/etcd.log
while [ $count -gt 0 ]; do
/opt/bin/etcdctl cluster-health >> tmp/etcd.log
/opt/bin/etcdctl cluster-health >> /tmp/etcd.log
if [ $? -eq 0 ]; then
echo "Member $1 started" >> /tmp/etcd.log
sleep 10