-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
4.13, openshift-4.16, openshift-4.14.z
-
None
-
False
-
None
-
False
-
Not Selected
-
-
1. Proposed title of this feature request
If a pod container specifies a lifecycle postStart command, and that command hangs for a while or indefinitely, the pod hangs in a "ContainerCreating" state. And the events and pod status do not tell you why it's hanging.
2. What is the nature and description of the request?
Creating RFE as requested in https://issues.redhat.com/browse/OCPBUGS-37841
The PostStart hook handler call is initiated when a container is created, meaning the container ENTRYPOINT and the PostStart hook are triggered simultaneously. However, if the PostStart hook takes too long to execute or if it hangs, it can prevent the container from transitioning to a running state Cu wants feature that would create events or pod status that tells or give information about it
3. Why does the customer need this? (List the business requirements here)
No any current business impact
4. List any affected packages or components.