作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
运行
confd -debug=true -verbose -onetime -node 172.17.0.61:4001 -confdir ./confd
给我以下内容
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: WARNING Skipping confd config file.
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: NOTICE Starting confd
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: NOTICE etcd nodes set to http://172.17.0.61:4001
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: DEBUG Loading template resources from confdir ./confd
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: DEBUG Processing template resource confd/conf.d/test.toml
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: DEBUG Loading template resource from confd/conf.d/test.toml
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: DEBUG Retrieving keys from etcd
2014-08-08T10:57:25+02:00 HAL75 confd[20762]: DEBUG Key prefix set to /
2014-08-08T10:57:26+02:00 HAL75 confd[20762]: ERROR 501: All the given peers are not reachable (Tried to connect to each peer twice and failed) [0]
但是,如果我向与 confd 完全相同的服务器和键/值对发出 curl 请求模板和 conf 有,我从 etcd 正确地得到了 json 响应。不确定,为什么 confd 不起作用?
有人有什么想法吗?
最佳答案
你需要在etcd上配置-addr
和-bind-addr
关于coreos - 无法访问 confd 对等体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25199742/
运行 confd -debug=true -verbose -onetime -node 172.17.0.61:4001 -confdir ./confd 给我以下内容 2014-08-08T10:
遇到一个奇怪的问题。项由uint键索引-当我使用9项或更低的配置时,一切正常-cdb_get with index 1返回第一项,index 2返回秒,依此类推。 当我添加第10个项-我查询的第一个项
我正在使用 confd 和 etcd。我正在关注 confd example for nginx .我将这些 key 放在我的 etcd 服务中: curl http://127.0.0.1:4001
我是一名优秀的程序员,十分优秀!