During initial provisioning of a ZookeeperCluster we observed that the first pod zk-0 is forcefully restarted in the initialization phase due to its liveness probe failing.
DefaultLivenessProbeInitialDelaySeconds should be increased to 40 to account for maximum time it takes for the first pod to complete the initialization.
Description
During initial provisioning of a ZookeeperCluster we observed that the first pod zk-0 is forcefully restarted in the initialization phase due to its liveness probe failing.
Importance
Sould-have
Location
https://github.com/pravega/zookeeper-operator/commit/ed1f1d154de63cb38de25506a4d3dffbfe42eba9
Suggestions for an improvement
DefaultLivenessProbeInitialDelaySeconds
should be increased to 40 to account for maximum time it takes for the first pod to complete the initialization.