This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
cri v1.11.0
Random-Liu
released this
28 Jun 18:14
·
38 commits
to release/1.11
since this release
Welcome to the v1.11.0 release of containerd cri
plugin!
This version of cri
plugin is validated against Kubernetes v1.11, but it is also compatible with Kubernetes v1.10.
Features
- Added a new configure option
max_container_log_line_size
. User can specify maximum container log line size in bytes. Log line longer than the limit will be split into multiple lines. (PR: #761, Issue: #283)
Notable Changes
- The IPv4 address is guaranteed to be selected, when there are both IPv4 and IPv6 addresses for a pod. (PR: #803, Issue: #783)
- Updated
crictl
in Kubernetes containerd release tarball to v1.11.0. (PR: #823) - Added the ability to dynamically load new CNI config when it is changed. (PR: #825, Issue: #545)
- The streaming server of
cri
plugin now serves on localhost on GCE. This is to work with the kubelet streaming proxy introduced in Kubernetes 1.11. Please be sure to removestream_server_address = "127.0.0.1"
when using this version of cri plugin with Kubernetes 1.10. (PR: #829, Issue: #777)
Change List: v1.0.0...v1.11.0
Try It Out
- For a GKE cluster using containerd, see the user guide.
- 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.11.0 release: