Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Make command presentation consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lipovetsky authored and dlipovetsky committed Sep 20, 2018
1 parent cc6ed4a commit 408e26d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,29 @@ go get -u github.com/platform9/etcdadm

### Creating a new cluster

Copy `etcdadm` to each machine that will become a member. On the first machine, run:
1. Copy `etcdadm` to each machine that will become a member.
2. Choose one machine and run

```
etcdadm init
```

### Adding a member

1. Copy CA cert/key from a machine in the cluster
2. Choose a cluster endpoint (i.e. client URL of some member) and run `etcdadm join <endpoint>`
1. Copy the CA certificate and key from any machine in the cluster to the machine being added.
2. Choose a cluster endpoint (i.e. client URL of some member) and run

```
etcdadm join <endpoint>
```

### Removing a member

1. Run `etcdadm reset`
On the machine being removed, run

```
etcdadm reset
```

## Advanced Usage

Expand Down

0 comments on commit 408e26d

Please sign in to comment.