olberger / vagrant-k8s-kubevirt-katacontainers

Kubernetes with kubevirt and kata-containers inside Vagrant (with libvirt/kvm)
MIT License
11 stars 5 forks source link

Fix broken CRI-O to support again Kata-Containers #4

Open olberger opened 5 years ago

olberger commented 5 years ago

CRI-O support by kubelet seems broken by now (https://github.com/kubernetes/kubernetes/issues/77615) so I removed KataContainers and CRi-O, since docker will be enough for KubeVirt apparently.

Currently worked-aroud in branch https://github.com/olberger/vagrant-k8s-kubevirt-katacontainers/tree/docker-nokata until we have a proper fix

olberger commented 5 years ago

I moved forward, doing tests in another repo (https://github.com/olberger/vagrant-kata-containerd), and finally have a working version using containerd instead of CRI-O in the containerd-cri branch : https://github.com/olberger/vagrant-k8s-kubevirt-katacontainers/tree/containerd-cri