Samuel Karp

Results 341 comments of Samuel Karp

@ybychenok Would you be interested in sending a pull request to update the README.md?

For streaming/lazy loading: * [GKE image streaming](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming) * https://github.com/awslabs/soci-snapshotter Multipart layer downloads with range requests: * https://github.com/containerd/containerd/pull/10177 * https://github.com/awslabs/amazon-ecr-containerd-resolver#parallel-downloads Direct mounts of compressed tars (saves on extraction time): * https://github.com/containerd/containerd/pull/9362#issuecomment-1809829145...

> Because an access to the socket equates to the root, and some users do not know this fact. This is correct. Access to the socket means a user can...

@felipecrs What are you looking for beyond https://github.com/containerd/containerd/issues/4478#issuecomment-2296927225?

The test matrix idea sounds generally good to me. However, I'm not sure if maintaining the `stress` tool in the ttrpc repository in our release branches is the best idea;...

Maybe you can start developing this in another repository (under your personal account? or another organization?) and once you're ready for it to be integrated we can move it over?

I think option 2 of separate binaries per ttrpc version makes the most sense to me.

@tianon I assume this is not stale?

> there seems to be no way to utilize this feature in containerd. If you're just discussing containerd (and not Kubernetes), the containerd API allows for full manipulation of the...

> Should we consider backporting this as it addresses an issue that some users may be trying to debug and fix? That was my plan.