Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

cri-containerd v0.1.0-alpha.1 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@Random-Liu Random-Liu released this 22 Jun 22:44
· 1914 commits to master since this release

Dependencies

Significant changes to containerd and runc are underway in the development (master) branches. If you want to try out cri-containerd please take care to checkout the specified commits for the below listed dependencies. We will be syncing up to the current master branches soon. Thank you for taking a look at our alpha release!

New Features

Missing Features

missing features

Try it out

  • Build and install containerd, runc, cni (including cni config), and cri-containerd.
  • Start a local cluster:
$ sudo containerd &
$ sudo cri-containerd &
$ CONTAINER_RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT=/var/run/cri-containerd.sock hack/local-up-cluster.sh