Mike Brown

Results 192 comments of Mike Brown

What sort of performance numbers are we looking at here (moving from the in memory list).. Kubelet has a 30sec loop requesting the full list of images in its namespace....

1) copying the windows/linux resource fields over here: https://github.com/containerd/containerd/pull/6517/files#diff-c2be5fd4b479b8b7191b7800ba25be98107c143e0a13575917220a4bfebe132aR101-R104 to eliminate the spec cost for the status checks... 2) We are talking about the possibility of adding image events to...

> Do we want to keep this until we get PLEG events work in? I have further CRI work which is blocked by this PR :( TLDR can we move...

side note: This is another example where we need switches for optimizing for memory vs cpu vs disk ... resources.

haven't looked at this just remembering cr lf back on windows/dos... I'd be looking for any possible cr conversions to lf and if there were two line feeds because of...

related: was going to need to refactor this a bit anyway to do some sort of pinning model for pid reuse https://github.com/containerd/containerd/issues/5630

@qiutongs note @Random-Liu 's request for change

> Sorry, I paused this. Now I am prioritizing the fix. Will update asap. that works I was poking around at this at the end of last week.. for performance...

> I think this will break VM-isolated containers on Windows. We rely on the CNI running before the pause container is started, since CNI creates the HCN endpoint, and we...

> > would you be ok if cni setup and the create/start of the pause container going on in parallel if you were to add a wait check for the...