From 7cd3ef6f553a41b5ca97b2bef31f1fe3a1cf953f Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Thu, 29 Nov 2018 16:15:40 -0500 Subject: [PATCH] Update README to clarify snapshot support status This PR updates README to clarify that volume snapshot supports CSI v1.0 and it is an Alpha feature in Kubernetes since 1.12 release. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7656736..35db2f7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # CSI Snapshotter -The CSI external-snapshotter is part of Kubernetes implementation of [Container Storage Interface (CSI)](https://github.com/container-storage-interface/spec) +The CSI external-snapshotter is part of Kubernetes implementation of [Container Storage Interface (CSI)](https://github.com/container-storage-interface/spec). + +The volume snapshot feature supports CSI v1.0 and it has been an Alpha feature in Kubernetes since v1.12. ## Overview