v1.11.1
版本发布时间: 2018-08-10 02:55:15
containerd/cri最新发布版本:v1.19.0(2020-08-21 02:09:39)
Welcome to the v1.11.1 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.
Please note that to use this version with Kubernetes v1.10, you must set stream_server_address=""
in containerd.toml
.
Notable Changes
- Support configuring registry credential in containerd.toml. (PR: https://github.com/containerd/cri/pull/844, Issue: https://github.com/containerd/cri/issues/835)
- Support no_pivot runc option. (PR: #872)
- Set default streaming endpoint to
http://localhost:0
. (PR: https://github.com/containerd/cri/pull/860, Issue: https://github.com/containerd/containerd/issues/2483) - Allow privileged untrusted workload, the workload will get privilege inside the sandbox. (PR: https://github.com/containerd/cri/pull/866, Issue: https://github.com/containerd/cri/issues/855)
- Support netd in GCE bootstrap script. (PR: https://github.com/containerd/cri/pull/870)
Change List: https://github.com/containerd/cri/compare/v1.11.0...v1.11.1
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.1 release:
- @abhi
- @egernst
- @miaoyq
- @mikebrow
- @Random-Liu
- @yanxuean