Danny Canter

Results 9 issues of Danny Canter

This contains quite a bit (also bumps google/uuid to 1.3.0). Some HostProcess container improvements to get ready for whenever it goes to stable in Kubernetes, Hyper-V (windows) container support for...

### What is the problem you're trying to solve We'd like to support launching hypervisor isolated Windows containers through the CRI entry point to light up this scenario for K8s....

kind/feature
windows

See https://github.com/kubernetes/enhancements/pull/2288 for more background. To avoid any confusion here the name chosen for this container type for the cri API and the user facing k8s settings is HostProcess containers....

Closes https://github.com/containerd/containerd/issues/8669 Register the types by their definitions so if any outside clients want to unmarshal they'll run the registration.

area/cri
cherry-pick/1.7.x
Stale
needs-rebase

This is a very simple change to host structured logging fields we use very often throughout containerd (think "ref", "digest", "snapshotter", "image"). I find this a nice addition to help...

kind/enhancement
Stale
needs-rebase

Fun times: In grpc 1.63 `grpc.Dial` and a few of the options we use (`grpc.WithBlock`) are deprecated in favor of the no-IO variant `grpc.NewClient`. The uses in the integration tests...

size/M

Currently it's possible to have two commands with the same _commandName by mixing a combination of the automatic command name generation based on the type name, and explicit use of...

Fixes: #10363 Due to when we setup networking for userns containers (AFTER the OCI runtime has ran), this was causing the underlying object for the sandbox to not have the...

area/cri
size/M

Fixes: #633 #570 #295 This seems like the "correct" default, although I'm sure there's some crazy edge case I'm failing to take into account. If your root command had the...