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
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!
- containerd: containerd/containerd@8ed1e24
- runc: opencontainers/runc@6394544
- cni: https://github.com/containernetworking/cni/tree/v0.4.0
- Kubernetes: v1.7
New Features
- Sandbox
/etc/hosts
(@Random-Liu, #60) - Sandbox
/dev/shm
(@Random-Liu, #67) - Sanbox
DNSOptions
(@Crazykev, #50) - Privileged container (@heartlock, #51)
- Container logging (@Random-Liu, #56)
- Container
ExecSync
(@Random-Liu, #72) - Mount cgroup inside container (@Random-Liu, #70)
- Container capabilities (@Random-Liu, #71)
- Schema 1 docker image (@Random-Liu, #81)
- Pull image authentication (@Random-Liu, #88)
- Stop/remove containers when stop/remove sandbox (@Random-Liu, #77)
Missing Features
Try it out
- Build and install
containerd
,runc
,cni
(including cni config), andcri-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