You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the host side of the networking is setup during ExecStartPost. That means that networking is only available after the container finished startup.
If the container has a service that requires routable networking configured to be part of it's default.target, the startup will wait for the routes to be created and the routes will wait for the startup to finish, resulting in a deadlock and eventually container startup timeout.
Issue description
Currently the host side of the networking is setup during
ExecStartPost
. That means that networking is only available after the container finished startup.If the container has a service that requires routable networking configured to be part of it's
default.target
, the startup will wait for the routes to be created and the routes will wait for the startup to finish, resulting in a deadlock and eventually container startup timeout.Use case
A container that uses the
acme
clientSteps to reproduce
configuration.nix
:Technical details
The text was updated successfully, but these errors were encountered: