`TASK [etcd : Configure | Check if etcd cluster is healthy] ***********************************************************************************************************************************************
Wednesday 09 September 2020 21:47:08 +0800 (0:00:00.108) 0:04:45.957 ***
fatal: [master]: FAILED! => {
“changed”: false,
“cmd”: “/usr/local/bin/etcdctl –endpoints=https://192.168.0.166:2379 cluster-health | grep -q ‘cluster is healthy’”,
“delta”: “0:00:00.011060″,
“end”: “2020-09-09 21:47:08.939047”,
“rc”: 1,
“start”: “2020-09-09 21:47:08.927987”
}
STDERR:
Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 192.168.0.166:2379: getsockopt: connection refused
error #0: dial tcp 192.168.0.166:2379: getsockopt: connection refused
MSG:
non-zero return code
`
这又是什么报错,虽然…ignoring可以忽略,但是这是啥情况