Open
Description
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: kubernetes-sigs/vsphere-csi-driver#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?