Harshal Patil

Results 150 comments of Harshal Patil

Sorry this is taking slightly longer. Currently held up in something little urgent, but as soon as that's over I will look into this one.

Sorry I haven't gotten a chance to look into it yet, I would certainly appreciate any help in debugging. Thanks.

Right now I am thinking of either handling the cache miss better, ```diff diff --git a/pkg/kubelet/stats/cri_stats_provider.go b/pkg/kubelet/stats/cri_stats_provider.go index 32802f9b823..9f2754f2310 100644 --- a/pkg/kubelet/stats/cri_stats_provider.go +++ b/pkg/kubelet/stats/cri_stats_provider.go @@ -370,7 +370,7 @@ func (p...

/cc @rphillips @mrunalp @ruiwen-zhao @vinaykul @dchen1107 @ddebroy

/remove-lifecycle stale

Working on it. I was focusing on https://github.com/hyperhq/hyperstart/pull/345. Now that one is merged, I will spend some time on this one.

@laijs How would this work seamlessly with docker or k8s (with CRI-O)? IMHO, the disk creation should be part of runv (maybe using some config file to determine if VM...

@laijs it could be added during the build time, like the changes in this PR.

Can't wait to test runv with CRI-O once this is fixed. Thanks.