Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 11, 2020 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/31746658a9a54acc4bb816e2d49636a2 to your computer and use it in GitHub Desktop.
Save velotiotech/31746658a9a54acc4bb816e2d49636a2 to your computer and use it in GitHub Desktop.
$ yum install etcd -y
$ touch /etc/etcd.env
$ echo "PEER_NAME=$PEER_NAME" >> /etc/etcd.env
$ echo "PRIVATE_IP=$PRIVATE_IP" >> /etc/etcd.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment