livenessprobe
livenessprobe copied to clipboard
Should the default probe-timeout be increased?
We recently had problems with vsphere-csi-driver pods going in CrashloopBackoff state because the default probe-timeout is too short.
We created a PR: https://github.com/kubernetes-sigs/vsphere-csi-driver/pull/2997.
Taking a step back, we found that this timeout is increased to 3s or more in a lot of places: See here and here.
Maybe the default should be increased to 3 or 4s?