cri v1.11.0
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
crictlin Kubernetes containerd release tarball to v1.11.0. (PR: https://github.com/containerd/cri/pull/823)