discovery 183 B

12345678
  1. #!/bin/sh
  2. rm -rf infra*.etcd
  3. disc=$(curl -s https://discovery.etcd.io/new?size=3)
  4. echo ETCD_DISCOVERY=${disc} > .env
  5. echo "setup discovery start your cluster"
  6. cat .env
  7. goreman start