Containers configured with runblocking should exit or give up blocking eventually #4577
Labels
area/ux
component/tether
kind/defect
Behavior that is inconsistent with what's intended
priority/p2
source/customer
Reported by a customer, directly or via an intermediary
Story
As a user I expect my containers to start successfully or fail to start with a helpful error message
Detail
We have runblocking to address the case where it's absolutely necessary to get all container output - however a container configured in this manner will block indefinitely until an attach attempt makes it to the container and unblocks the process launch.
Two items to address:
stop
and thenrm
containers Containers can get into a state where the container cannot be deleted #4269Related: #4296 #4269
Notes
We have to decide what the actual behaviour should be in the case that attach fails to start - which is more important, maintaining the succeed totally or fail, or having the process run and being able to grab the logs later.
The latter is a more tolerant approach and might be more suited to a production environment, but is a harder behaviour to document and maybe not intuitive.
The text was updated successfully, but these errors were encountered: