Remove scary "data loss" warning
This commit is contained in:
parent
cc7645db7d
commit
f2a8688511
1 changed files with 1 additions and 5 deletions
|
@ -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.
|
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
|
## Kubernetes installation
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
@ -98,7 +94,7 @@ metadata:
|
||||||
name: csi-s3-existing-bucket
|
name: csi-s3-existing-bucket
|
||||||
provisioner: ru.yandex.s3.csi
|
provisioner: ru.yandex.s3.csi
|
||||||
parameters:
|
parameters:
|
||||||
mounter: rclone
|
mounter: geesefs
|
||||||
bucket: some-existing-bucket-name
|
bucket: some-existing-bucket-name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue