Skip to content

Instantly share code, notes, and snippets.

@alexbosworth
Created January 25, 2019 04:21
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 alexbosworth/b4ae545622c13635a19f443a812898b5 to your computer and use it in GitHub Desktop.
Save alexbosworth/b4ae545622c13635a19f443a812898b5 to your computer and use it in GitHub Desktop.

Install ETCD

sudo apt install etcd

sudo emacs /etc/default/etcd

ETCD_NAME="controller"
ETCD_DATA_DIR="/var/lib/etcd"
ETCD_INITIAL_CLUSTER_STATE="new"
ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster-01"

sudo systemctl enable etcd
sudo systemctl start etcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment