This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tuning the liveness check time of etcd pod
liveness probe needs to take care of the following steps' time: * time to transmit a 4GB snapshot from leader to member -- 4000MB / 50MB/s = 80s * time to load snapshot —— 4000MB / 200MB/s = 20s * time to set up streams and follow up leader revisions -- 100s * 10 heartbeat/s * 1KB/heartbeat / 1024KB/MB / 50MB/s ~= 20s total time -- 120s
- Loading branch information