Hi! My rancher dashboard reports that etcd has no ...
# rke2
n
Hi! My rancher dashboard reports that etcd has no leader, despite the metrics telling otherwise. Could anyone help me troubleshoot this issue? Little bit of context: I did a bit of digging in the rancher UI source code, and it looks like the prometheus query it's executing is
max(etcd_server_has_leader)
. When I execute this query it does return the expected value. I'm not sure what's going wrong. In the recent past I had some etcd metrics disabled by accident (fixed), which may have caused the problem, but I'm not sure how to proceed now.