ancient-dinner-76338
11/04/2025, 1:25 PMhealth = false. How can I make that etcd member become true again?
I checked on the k3s node where the etcd member is reported as false, and k3s is still running. Should I bring it back to a healthy state by running systemctl restart k3s, or should I restart the entire VM of that node?
+-----------------------------+--------+--------------+---------------------------+
| ENDPOINT | HEALTH | TOOK | ERROR |
+-----------------------------+--------+--------------+---------------------------+
| <https://10.10.10.10:2379> | true | 8.214099ms | |
| <https://10.10.10.11:2379> | true | 12.05053ms | |
| <https://10.10.10.12:2379> | false | 5.000873548s | context deadline exceeded |
+-----------------------------+--------+--------------+---------------------------+ancient-dinner-76338
11/04/2025, 2:19 PMtrue again.