Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
add warning re: etcd bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdef committed Apr 8, 2015
1 parent 009c841 commit 19736f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ To run etcd, see [github.com/coreos/etcd][6], or run it via docker:
$ sudo docker run -d --hostname $(hostname -f) -p 4001:4001 -p 7001:7001 --name=etcd coreos/etcd
```

**NOTE:** A troublesome etcd bug, [discovered][15] circa Kubernetes v0.14.2, has been fixed in etcd v2.0.9.
If you are running an older version of etcd you may want to consider an upgrade.

#### kubernetes-mesos

Ensure that your Mesos cluster is started.
Expand Down Expand Up @@ -372,3 +375,4 @@ $ make test.v
[12]: docs/README.md
[13]: docs/issues.md
[14]: https://github.com/GoogleCloudPlatform/kubernetes/releases/tag/v0.14.0
[15]: https://github.com/GoogleCloudPlatform/kubernetes/pull/6544

0 comments on commit 19736f0

Please sign in to comment.