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

@@ -12,7 +12,6 @@
"/hyperkube",
"controller-manager",
"--master=127.0.0.1:8080",
"--sync_nodes=true",
"--v=2"
]
},

View File

@@ -12,7 +12,6 @@
"/hyperkube",
"controller-manager",
"--master=127.0.0.1:8080",
"--sync_nodes=true",
"--v=2"
]
},