v1.11.0
版本发布时间: 2018-06-29 02:14:22
containerd/cri最新发布版本:v1.19.0(2020-08-21 02:09:39)
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: https://github.com/containerd/cri/pull/761, Issue: https://github.com/containerd/cri/issues/283)
Notable Changes
- The IPv4 address is guaranteed to be selected, when there are both IPv4 and IPv6 addresses for a pod. (PR: https://github.com/containerd/cri/pull/803, Issue: https://github.com/containerd/cri/issues/783)
- Updated
crictl
in Kubernetes containerd release tarball to v1.11.0. (PR: https://github.com/containerd/cri/pull/823) - Added the ability to dynamically load new CNI config when it is changed. (PR: https://github.com/containerd/cri/pull/825, Issue: https://github.com/containerd/cri/issues/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: https://github.com/containerd/cri/pull/829, Issue: https://github.com/containerd/cri/issues/777)
Change List: https://github.com/containerd/cri/compare/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:
- @abhi
- @AkihiroSuda
- @BSWANG
- @cpuguy83
- @ehazlett
- @filbranden
- @fuweid
- @kolyshkin
- @miaoyq
- @mikebrow
- @Random-Liu
- @raravena80
- @yanxuean
- @yujuhong