Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cri v1.0.4 source code.tar.gz | 2018-07-11 | 4.0 MB | |
cri v1.0.4 source code.zip | 2018-07-11 | 5.6 MB | |
README.md | 2018-07-11 | 1.6 kB | |
Totals: 3 Items | 9.6 MB | 0 |
Welcome to the v1.0.4 release of containerd cri
plugin!
Notable Changes
- Fix a bug that
/dev/shm
will be mounted twice (PR: https://github.com/containerd/cri/pull/818) - Fix a bug that containerd will panic when snapshotter specified by
cri
does not exist. (PR: https://github.com/containerd/cri/pull/826) - Fix an issue that each container log line size can only be up to 4k, by backport maximum container log line size support to this release. (Issue: https://github.com/containerd/cri/issues/283, PR: https://github.com/containerd/cri/pull/839)
Change List: https://github.com/containerd/cri/compare/v1.0.3...v1.0.4
Try It Out
- For a production quality cluster on GCE brought up with
kube-up.sh
, see here. - For a multi-node cluster installer and bring up steps using ansible and kubeadm, see here.
- For creating a cluster from scratch on Google Cloud, see Kubernetes the Hard Way.
- For a custom installation from release tarball, see here.
- To install use LinuxKit on a local VM, see here.
Contributors
We'd like to extend a thanks to everyone who contributed to the v1.0.4 release: * @abhi * @miaoyq * @mikebrow * @Random-Liu * @yanxuean