This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
cri v1.0.0-rc.1
Random-Liu
released this
03 Apr 20:33
·
1006 commits
to master
since this release
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. (#701, @Random-Liu)
- Use systemd
containerd.slice
cgroup andOOMScoreAdjust
for GCE cluster. (#704, @Random-Liu) - Support Kubernetes alpha feature
RunAsGroup
(#710, @Random-Liu) - Remove dependency on
libapparmor
orlibapparmor-dev
. (#711, @tklauser) - Use self-signed CA for container streaming. (#713, @mikebrow)
- Disable TLS container streaming (exec, attach etc.) by default, and add the
enable_tls_streaming
config option to enable it. (#714, @mikebrow)
Change List: 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: