使用sealosan安装的三主两从节点,K8S-DEVOPS一切正常,今天看到监控状态发现ETCD状态是黄色的。但是又没有具体的错误信息
看看K8S etcd节点也都是OK的。这个状态的所代表的的具体的错误信息该怎么查看的?

[root@k8s-01 bin]# ETCDCTL_API=3 /usr/bin/etcdctl --endpoints="https://192.168.14.61:2379,https://192.168.14.62:2379,https://192.168.14.63:2379" --cacert=/etc/kubernetes/pki/etcd/ca.crt --cert=/etc/kubernetes/pki/etcd/peer.crt --key=/etc/kubernetes/pki/etcd/peer.key endpoint health
https://192.168.14.61:2379 is healthy: successfully committed proposal: took = 2.752988ms
https://192.168.14.63:2379 is healthy: successfully committed proposal: took = 2.727937ms
https://192.168.14.62:2379 is healthy: successfully committed proposal: took = 1.375762ms
[root@k8s-01 bin]# ETCDCTL_API=3 /usr/bin/etcdctl --endpoints="https://192.168.14.61:2379" --cacert=/etc/kubernetes/pki/etcd/ca.crt --cert=/etc/kubernetes/pki/etcd/peer.crt --key=/etc/kubernetes/pki/etcd/peer.key member list
135497318e5d5a68, started, k8s-02, https://192.168.14.62:2380, https://192.168.14.62:2379
2a1a982744130761, started, k8s-03, https://192.168.14.63:2380, https://192.168.14.63:2379
44705ba656e549de, started, k8s-01, https://192.168.14.61:2380, https://192.168.14.61:2379