Mike Brown

Results 192 comments of Mike Brown

> > [opencontainers/runc#2229](https://github.com/opencontainers/runc/pull/2229) is taking longer than expected to merge > > I'm not too worried about this, it will get merged eventually! > > > There is a related...

We are working this through the new NRI (see new wip [containerd/nri](https://github.com/containerd/nri) repo + PRs that have been merged in /cri) and discussing new keps at the k8s level with...

Nod.. let's keep this open till one or the other is production ready in containerd, or both are integrated if neither supports the known use cases.

> hello I have the same issue when pull image from harbor use http. Even I configured insecure_skip_verify = true. containerd is 1.4.3. > I thins the configuration is ineffective...

@verm666 the travis fix is already merged, https://github.com/opencontainers/runc/pull/1908 You can rebase or just tweak your commit and push -f, I don't have access or i'd just hit the restart button...

@verm666 my rebase a pr flow: first rebase master $ git checkout master $ git fetch upstream master --tags $ git merge upstream/master $ git push origin master Then checkout...

please add -D to crictl and let's see which container runtime it is connecting to.. if crictl is connecting via the containerd daemon.. then it is working as designed. If...

after modifying the config.toml you have to restart your containerd service

ok.. not a kubeadm expert but looks like at least some code paths are using ctr not crictl

> I'll raise an issue with the kubeadm team to see if they can't corroborate that. In the meantime, can you confirm if crictl should be able to pull images...