Samuel Ortiz
Samuel Ortiz
@thiagomacieira I can't reproduce it on my setup: ```bash $ docker run -ti --runtime=cc ros root@6eee79f5ed32:/# uname -r 4.9.47-77.1.container $ cc-runtime cc-env root@6eee79f5ed32:/# exit [Meta] Version = "1.0.3" [Runtime] [Runtime.Version]...
Would you mind upgrading to beta.2 and verifying that this still fails ?
@jodh-intel `kubelet` also supports both cgroupfs and systemd semantics
cc @egernst @miaoyq I think we're looking at a couple of potential solutions here: 1. Have virtcontainers somehow not cleaning the veth IP so that `PodSandboxStatus()` would just work. 2....
@miaoyq There already is a per pod map in the `dockerService` to track if a pod's network is ready. It would seem logical to add an IP string there in...
@lumjjb Can I please add you as the TAG representative?
> Is June 29th ok for you? Yes, it should work. Thanks.
> Yes it will be recorded, we will be doing a part 2 due to many questions asked. How does July 20th work? @sameo @magowan ? It is fine by...
@crosbymichael > the hypervisor is the one being invoked to read/process the spec. The hypervisor (KVM, Xen, ESX, etc) does not read and process the spec. The spec is processed...
I'm sure we could put some effort into abstracting some common arguments across most hypervisors, but we would need to handle a labels based overriding mechanism anyway. This is a...