Harsh Rawat
Harsh Rawat
As detailed in https://github.com/containerd/ttrpc/issues/72, in the past, `ttrpc` has encountered deadlocks on the server side or client side when mismatching versions were used. | Version Range | Description | Comments...
## Summary This pull request introduces a new utility, `ttrpc-stress`, designed to stress-test TTRPC connections. This tool represents a simple client-server interaction where the client sends continuous requests to the...
In the CreateSandbox request, which is part of the Sandbox Controller, we ignored the `Annotations` parameter which could have been set by the caller via `WithAnnotations` option. This PR rectifies...
### Description In the implementation of Sandbox Controller, the request includes the [following parameters](https://github.com/containerd/containerd/blob/bcc3b3b1af3b5a42b9d624f26718decda994a8ba/api/runtime/sandbox/v1/sandbox.proto#L64)- ``` message CreateSandboxRequest { string sandbox_id = 1; string bundle_path = 2; repeated containerd.types.Mount rootfs =...