Update multi-node docker instructions:

* Update etcd and add a warning about Docker 1.7.0
   * Update kubernetes to 0.21.2, Flannel to 0.5.0
   * Remove --sync-nodes which is removed.
This commit is contained in:
Brendan Burns
2015-07-13 20:58:33 -07:00
parent bdbcbe2e2f
commit ab4448a0d6
5 changed files with 25 additions and 12 deletions

View File

@@ -19,6 +19,10 @@ _Note_:
These instructions are somewhat significantly more advanced than the [single node](docker.md) instructions. If you are
interested in just starting to explore Kubernetes, we recommend that you start there.
_Note_:
There is a [bug](https://github.com/docker/docker/issues/14106) in Docker 1.7.0 that prevents this from working correctly.
Please install Docker 1.6.2 or wait for Docker 1.7.1.
**Table of Contents**
- [Prerequisites](#prerequisites)