From 692af73b0b2648c17fc2fbd4be75b75f670198a3 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Sun, 11 Jun 2017 17:55:47 +0200 Subject: [PATCH] README.md: add compatibility matrix Signed-off-by: Antonio Murdaca --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d58bbde1..c98b17fd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,19 @@ ### Status: Stable +## Compatibility matrix: CRI-O <-> Kubernetes clusters + +| Version - Branch | Kubernetes branch/version | Maintenance status | +|----------------------------|-------------------------------|--------------------| +| CRI-O 1.0.x - release-1.0 | Kubernetes 1.7 branch, v1.7.x | = | +| CRI-O 1.8.x - release-1.8 | Kubernetes 1.8 branch, v1.8.x | = | +| CRI-O HEAD - master | Kubernetes master branch | ✓ | + +Key: + +* `✓` Changes in main Kubernetes repo about CRI are actively implemented in CRI-O +* `=` Maintenance is manual, only bugs will be patched. + ## What is the scope of this project? CRI-O is meant to provide an integration path between OCI conformant runtimes and the kubelet.