From dda811c1954ff55338e5a0bc582807e5501c2949 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 2 Sep 2021 11:32:51 +0530 Subject: [PATCH] doc: add 'known to work' CO matrix with versions tested Signed-off-by: Humble Chirammal --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5989a4b1..b84a0e9ae 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Card](https://goreportcard.com/badge/github.com/ceph/ceph-csi)](https://goreport - [Ceph CSI](#ceph-csi) - [Overview](#overview) - [Project status](#project-status) - - [Supported CO platforms](#supported-co-platforms) + - [Known to work CO platforms](#known-to-work-co-platforms) - [Support Matrix](#support-matrix) - [Ceph-CSI features and available versions](#ceph-csi-features-and-available-versions) - [CSI spec and Kubernetes version compatibility](#csi-spec-and-kubernetes-version-compatibility) @@ -47,11 +47,18 @@ NOTE: Status: **GA** -## Supported CO platforms +## Known to work CO platforms Ceph CSI drivers are currently developed and tested **exclusively** on Kubernetes -environments. There is work in progress to make this CO independent and thus -support other orchestration environments in the future. +environments. + +| Ceph CSI Version | Container Orchestrator Name | Version Tested| +| -----------------| --------------------------- | --------------| +| v3.4.0 | Kubernetes | v1.20, v1.21, v1.22| +| v3.3.0 | Kubernetes | v1.20, v1.21, v1.22| + +There is work in progress to make this CO independent and thus +support other orchestration environments (Nomad, Mesos..etc) in the future. NOTE: