在啓動kubernetes的時候報錯誤、 ERROR: timed out for http://localhost:4001/v2/keys/ 緣由是沒法啓動etcd, etcd 監聽4001本地端口。get
解決方案: 修改hack/util.sh etcd 啓動行爲以下 etcd -data-dir ${ETCD_DIR} -bind-addr=${host}:${port} >/tmp/etcd.log 2>/tmp/etcd.log &kubernetes