1 问题描述 重现步骤
- 通过执行
./install.sh all-in-one
安装日志出现如下内容
fatal: [ks-allinone]: FAILED! => {
"changed": false,
"cmd": "/usr/local/bin/etcdctl --endpoints=https://192.168.0.121:2379 cluster-health | grep -q 'cluster is healthy'",
"delta": "0:00:00.081799",
"end": "2020-02-14 02:50:02.514875",
"rc": 1,
"start": "2020-02-14 02:50:02.433076"
}
STDERR:
Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 192.168.0.121:2379: getsockopt: connection refused
error #0: dial tcp 192.168.0.121:2379: getsockopt: connection refused
MSG:
返回结果
/usr/local/bin/etcdctl --endpoints=https://192.168.0.121:2379 cluster-health | grep -q 'cluster is healthy'
Error: client: etcd cluster is unavailable or misconfigured; error #0: remote error: tls: bad certificate
error #0: remote error: tls: bad certificate
2 期望知道的答案
- 这个问题会不会影响系统正常运行?
- 为什么会出现这个问题?
- 这个问题应该怎么解决?