Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #83 from garthy/gb-start-etcd-on-restart
Browse files Browse the repository at this point in the history
Make sure etcd is started
  • Loading branch information
jlamillan committed Jan 5, 2018
2 parents cede15d + ec8a7d9 commit 34b6c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instances/etcd/cloud_init/bootstrap.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [ -n "$${iqn}" ]; then
fi

docker run -d \
--restart=always \
-p 2380:2380 -p 2379:2379 \
-v /etc/ssl/certs/ca-bundle.crt:/etc/ssl/certs/ca-bundle.crt \
-v /etcd:/$HOSTNAME.etcd \
Expand Down

0 comments on commit 34b6c90

Please sign in to comment.