0.1.0-alpha.0
版本发布时间: 2017-06-02 10:24:53
containerd/cri最新发布版本:v1.19.0(2020-08-21 02:09:39)
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!
- containerd: https://github.com/containerd/containerd/commit/2562aca1a3c070bc9f571dec44bfb10993c326d6
- runc: https://github.com/opencontainers/runc/commit/50401b5b4c2e01e4f1372b73a021742deeaf4e2d
- cni: https://github.com/containernetworking/cni/tree/v0.4.0
- Kubernetes: https://github.com/kubernetes/kubernetes/commit/1369a263f576270c85974e69b6ad8e7a80a6f494
Features Support
- Basic container lifecycle;
- Basic sandbox lifecycle;
- Basic image management.
Missing Features
Try it out
- Build and install
containerd
,runc
,cni
(including cni config), andcri-containerd
. - Start a local cluster:
$ containerd &
$ cri-containerd &
$ CONTAINER_RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT=/var/run/cri-containerd.sock hack/local-up-cluster.sh