REASON_PROGRESS_DEADLINE_EXCEEDED

Constant REASON_PROGRESS_DEADLINE_EXCEEDED 

Source
pub const REASON_PROGRESS_DEADLINE_EXCEEDED: &str = "ProgressDeadlineExceeded";
Expand description

Deployment has exceeded its progress deadline.

This occurs when a Deployment fails to make progress within its configured progressDeadlineSeconds. Common causes include image pull errors, insufficient resources, or crashing containers.