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
I’m seeing testcontainers/ryuk start as soon as I create a custom network, even when launching a single container. In CreateNetworkCmd setup, Testcontainers calls ResourceReaper.instance().getLabels() to
add cleanup labels:
This call appears to initialize ResourceReaper, which starts Ryuk even when reuse is enabled. Is this expected? Is there a way to avoid starting Ryuk when creating a network (without globally disabling Ryuk or relying on reuse)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’m seeing
testcontainers/ryukstart as soon as I create a custom network, even when launching a single container. InCreateNetworkCmdsetup, Testcontainers callsResourceReaper.instance().getLabels()toadd cleanup labels:
This call appears to initialize ResourceReaper, which starts Ryuk even when reuse is enabled. Is this expected? Is there a way to avoid starting Ryuk when creating a network (without globally disabling Ryuk or relying on reuse)?
Beta Was this translation helpful? Give feedback.
All reactions