Kevin Parsons

Results 27 comments of Kevin Parsons

Is it intended that some of the new fields, for instance [available_bytes](https://github.com/kubernetes/cri-api/blob/master/pkg/apis/runtime/v1/api.proto#L1671), are not added as part of this PR? I did notice you sum them as part of the...

@tianon it was marked deprecated primarily because the exact way `ArgsEscaped` is interpreted by Docker has some weird edge cases so it is hard to standardize. IIRC, an example of...

Wanted to chime in with some additional support for this proposal. I think it is worth considering the value of Windows local crash dump handling with WER, which is somewhat...

It seems to me like proper support for this would need a KEP in Kubernetes. k8s needs to be aware that logs are handled by a plugin, and that operations...

I agree with option 1 is a good long term goal. I am a fan of hanging more configuration off of runtime handler, then the user can set what runtime...

> @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...

We (Microsoft) don't currently release containerd for Windows. @estesp what would be needed to add a Windows build to the containerd release process?