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 was wondering if it would be possible to introduce a .Kill() on IContainerService that would use docker kill?
When tearing down an integration test, we usually don't want to wait for the container to gracefully exit, since they are disposable anyway. Some images like Google's PubSub emulator in the image gcr.io/google.com/cloudsdktool/cloud-sdk:emulators seems to ignore the SIGTERM and so it'll take an extra 10 seconds for .Stop() to finish.
The text was updated successfully, but these errors were encountered:
Loving this library, fantastic work!
I was wondering if it would be possible to introduce a
.Kill()
onIContainerService
that would usedocker kill
?When tearing down an integration test, we usually don't want to wait for the container to gracefully exit, since they are disposable anyway. Some images like Google's PubSub emulator in the image
gcr.io/google.com/cloudsdktool/cloud-sdk:emulators
seems to ignore theSIGTERM
and so it'll take an extra 10 seconds for.Stop()
to finish.The text was updated successfully, but these errors were encountered: