v1.0.0-rc.1
版本发布时间: 2018-04-04 04:33:37
containerd/cri最新发布版本:v1.19.0(2020-08-21 02:09:39)
TARBALL: https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.1.0-rc.1.linux-amd64.tar.gz
SHA256: d499826f8206da101d7be90784212bf9e6da000e2a1be2baa809eba36448881e
Welcome to the v1.0.0-rc.1 release of containerd cri
plugin!
Notable Changes
- Fix a potential panic in event monitor. (https://github.com/containerd/cri/pull/701, @Random-Liu)
- Use systemd
containerd.slice
cgroup andOOMScoreAdjust
for GCE cluster. (https://github.com/containerd/cri/pull/704, @Random-Liu) - Support Kubernetes alpha feature
RunAsGroup
(https://github.com/containerd/cri/pull/710, @Random-Liu) - Remove dependency on
libapparmor
orlibapparmor-dev
. (https://github.com/containerd/cri/pull/711, @tklauser) - Use self-signed CA for container streaming. (https://github.com/containerd/cri/pull/713, @mikebrow)
- Disable TLS container streaming (exec, attach etc.) by default, and add the
enable_tls_streaming
config option to enable it. (https://github.com/containerd/cri/pull/714, @mikebrow)
Change List: https://github.com/containerd/cri/compare/v1.0.0-rc.0...v1.0.0-rc.1
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 the following people who contributed to this release:
- @abhi
- @miaoyq
- @mikebrow
- @Random-Liu
- @tkellen
- @tklauser
- @yanxuean