Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

cri v1.0.0

Compare
Choose a tag to compare
@Random-Liu Random-Liu released this 23 Apr 23:25
· 115 commits to release/1.0 since this release
906ea17

Welcome to the v1.0.0 release of containerd cri plugin! The containerd CRI support is GA now!

This release of cri is a native plugin of containerd. It is built into containerd v1.1 and the CRI support is enabled by default. Please check the containerd v1.1 release for more details.

Notable Changes

Here are all notable changes since v1.0.0-rc.2 release.

  • Fix a bug that port forward doesn't work with host network pods (PR: #739, Issue: #738, @Random-Liu)
  • Fix a race condition that sometimes stop pod sandbox may fail (PR: #743, @Random-Liu)
  • Fix NETWORK_POLICY=calico support in kube-up.sh (PR: #740, @Random-Liu)

Change List: v1.0.0-rc.2...v1.0.0

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 everyone who contributed to the v1.0.0 release: