pub const DEFAULT_POD_STARTUP_DEADLINE_SECONDS: i64 = 300;Expand description
Default grace before a non-starting (wedged) mover pod fails its run — 5 minutes.
Long enough to absorb a slow image pull or a brief Unschedulable while an RWO volume
detaches from another node, short enough that a genuinely-broken pod (e.g. an impossible
securityContext, a missing image) surfaces as Failed fast instead of hanging for hours.