[k8s] Fix typo in member configuration script
Change-Id: I07fd7a1e773b6e9c975f246abfd7055078db2c0a
This commit is contained in:
parent
00ecf3f40d
commit
98845644f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user