Derek McGowan
Derek McGowan
Is this normally taking advantage of `WriterTo` or `ReaderFrom` already in these cases?
`NewCRIService` should be protecting `criService` from ever getting a nil value for `client`. Perhaps the check in that function should be explicit, although I would expect it to also fail...
@AdamKorcz that specific case may not happen, but can still track down the nil pointer and ensure the `NewCRIService` handles all scenarios, even ones manufactures for the fuzzing
I believe the original issue like 8 years was related to clients connecting and when the daemon was not online the client would end up hanging. Now in that case...
> is there any strategy whether a snapshotter will be in core or not ? I thought if somebody else benefit a snapshotter, then it's worthwhile to share as a...
The `TestContainerPids` race is happening pretty frequently, are the changes in runc making the issue show up more?
I think giving this option when starting a container could make a lot of sense. Based on previous discussions, implementing this at the Snapshotter level likely is not the right...
One of the commits is not signed
@kateklemp the `--insecure-registry` flag needs to be set on the daemon, not the client. For your certificate issue, are you able to curl the endpoint just fine using the ca...
We should make sure that Moby is producing the same metrics for the containerd and non-containerd backend, regardless of whatever metrics containerd is producing on its own. We should make...