From 33b7213f876573638cdd634df8fb278233e4b77d Mon Sep 17 00:00:00 2001
From: Vitaliy Filippov <vitalif@yourcmc.ru>
Date: Tue, 27 Jul 2021 14:34:43 +0300
Subject: [PATCH] Remove scary "data loss" warning

---
 README.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 778c5d1..36dacca 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,6 @@
 
 This is a Container Storage Interface ([CSI](https://github.com/container-storage-interface/spec/blob/master/spec.md)) for S3 (or S3 compatible) storage. This can dynamically allocate buckets and mount them via a fuse mount into any container.
 
-## Status
-
-This is still very experimental and should not be used in any production environment. Unexpected data loss could occur depending on what mounter and S3 storage backend is being used.
-
 ## Kubernetes installation
 
 ### Requirements
@@ -98,7 +94,7 @@ metadata:
   name: csi-s3-existing-bucket
 provisioner: ru.yandex.s3.csi
 parameters:
-  mounter: rclone
+  mounter: geesefs
   bucket: some-existing-bucket-name
 ```