Closed lance5890 closed 1 year ago
@Elbehery @tjungblu
Thanks @lance5890 for filling this
Please give us more details whenever possible :)
By the kubeadm installation, the etcd health check is conducted as follows, which use the localhost 2381 metrics port as the health check :
But in the ocp installation, the etcd health check is conducted by the etcd-health-monitor, which use the WithQuorumRead func to check the etcd health as follows:
Maybe we should use the light way to check the etcd health , but not depend on the cluster performance @Elbehery @tjungblu
any updates here ?
any updates here ?
the ocp etcd health check is conducted by too heavy, compared to the metrics way by the kubeadm
@lance5890 to make this decision we need some performance proofs imho
cc @tjungblu @hasbro17 @dusk125
as release 4.12 has no health-monitor container any more, i will close this issue and check
I will complete this issue when I found more evidence