在启动kubernetes的时候报错误、
ERROR: timed out for http://localhost:4001/v2/keys/
原因是无法启动etcd, etcd 监听4001本地端口。

解决方案:
修改hack/util.sh
etcd 启动行为如下
etcd -data-dir ${ETCD_DIR} -bind-addr=${host}????{port} >/tmp/etcd.log 2>/tmp/etcd.log &

相关文章:

  • 2021-06-17
  • 2021-08-07
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2021-04-01
猜你喜欢
  • 2021-11-30
  • 2021-11-18
  • 2021-09-20
  • 2021-11-29
  • 2021-05-06
  • 2021-10-07
  • 2021-12-20
相关资源
相似解决方案