shuaichang
shuaichang
Thanks for the pointer! Looking at the distribution master code, though, it seems the problem still exists unless we have a way to pass in `ExpiryWindow` for AWS S3 storage...
Does overlaybd support build from Dockerfile without conversion, we also have use case to build image and we do care about the time from build to push to registry. In...
+1, currently seems there's no way to close a clientconn gracefully, the transport is not accessible from outside of clientconn, so it's not possible to send Goaway to the transport
We implemented a client conn cache and sometime need to evict some conn out of cache and close it, without a graceful Close method, we will have implement something based...
Cool, I'll +1 in that issue
Does this bug still exist today? We also see empty link files. However, we did not do any GC operation
One limitation I can see with Option 1 is that the `RuntimeHandler` is not passed in from the PullImageRequest (`PodSandboxConfig` does not have it, either). So seems to me there's...
@kevpar Option 1 SGTM, to overcome the runtime handled not passed in for PullImage API, I propose the following: 1. Snapshotter is specified in containerd config.toml for each runtime, e.g....
@kevpar @AkihiroSuda @mikebrow @fuweid Hi all, this https://github.com/containerd/containerd/pull/6899 PR is to implement the runtime level snapshotter support per the above discussion. Would appreciate if you can help take a review....
Per discussion in https://github.com/containerd/containerd/pull/6899, the following is a list of open tasks for fully close this issue but are not blocker for the PR to merge: - [ ] Add...