Skip to content

Commit

Permalink
Document/upgrades: add server upgrade checklists on listen URLs
Browse files Browse the repository at this point in the history
Address etcd-io#6336 (comment)
about etcd-io#7236.

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Dec 8, 2017
1 parent 5b059ac commit 3d44e55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Documentation/upgrades/upgrade_3_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ In the general case, upgrading from etcd 3.1 to 3.2 can be a zero-downtime, roll

Before [starting an upgrade](#upgrade-procedure), read through the rest of this guide to prepare.

### Client upgrade checklists
### Server upgrade checklists

3.2 now rejects domains names for `--listen-peer-urls` and `--listen-client-urls` (3.1 only prints out warnings), since domain name is invalid for network interface binding. Make sure that those URLs are properly formated as `scheme://IP:port`.

See [issue #6336](https://github.com/coreos/etcd/issues/6336) for more contexts.

### Client upgrade checklists (>=3.2.0)

3.2 introduces two breaking changes.

Expand Down

0 comments on commit 3d44e55

Please sign in to comment.