Skip to content

Commit

Permalink
Documentation: Add upgrade gotchas/further info for better search vis…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
andrewstuart committed Jan 21, 2017
1 parent 7dfe503 commit deb11b3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Documentation/upgrades/upgrade_3_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,22 @@ $ ETCDCTL_API=3 etcdctl endpoint health
127.0.0.1:22379 is healthy: successfully committed proposal: took = 18.513301ms
```

## Further considerations

- etcdctl environment variables have been updated. If you find that
`ETCDCTL_API=2 etcdctl cluster-health` works properly but `ETCDCTL_API=3
etcdctl endpoints health` responds with `Error: grpc: timed out when
dialing`, make sure you are using the [new variable
names](https://github.com/coreos/etcd/tree/master/etcdctl#etcdctl).

## Known Issues

- etcd < v3.1 does not work properly if built with Go > v1.7. See [Issue
6951](https://github.com/coreos/etcd/issues/6951) for additional
information.
- If you see an error such as `transport: http2Client.notifyError got notified
that the client transport was broken unexpected EOF.` showing up in your
logs, make sure you are using a pre-built release, or building with (etcd
v3.1+ & go v1.7+) or (etcd <v3.1 & go v1.6.x).

[etcd-contact]: https://groups.google.com/forum/#!forum/etcd-dev

0 comments on commit deb11b3

Please sign in to comment.