From 30fb9ea9b27782195cd30be2a6144690d09ff20e Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 5 Aug 2019 18:17:30 -0700 Subject: [PATCH] Update support metrics to reflect 1.11 EOL. Signed-off-by: Lantao Liu --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17963ee8a..67d16536f 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,16 @@ See [test dashboard](https://k8s-testgrid.appspot.com/sig-node-containerd) **Note:** The support table above specifies the Kubernetes Version that was supported at time of release of the containerd - cri integration. -The following is the current support table for containerd CRI integration taking into account that Kubernetes only supports n-3 minor release versions and 1.10 is now end-of-life. +The following is the current support table for containerd CRI integration taking into account that Kubernetes only supports n-3 minor release versions and 1.10 and 1.11 are now end-of-life. | Containerd Version | Kubernetes Version | CRI Version | |:------------------:|:------------------:|:-----------:| -| v1.1 | 1.11+ | v1alpha2 | -| v1.2 | 1.11+ | v1alpha2 | -| HEAD | 1.11+ | v1alpha2 | +| v1.1 | 1.12+ | v1alpha2 | +| v1.2 | 1.12+ | v1alpha2 | +| HEAD | 1.12+ | v1alpha2 | +***Although not recommended, if you still plan to use containerd 1.2+ with Kubernetes +<=1.11, please be sure to set `disable_proc_mount=true`.*** ## Production Quality Cluster on GCE For a production quality cluster on GCE brought up with `kube-up.sh` refer [here](docs/kube-up.md).