Update README.md

Format fix.
This commit is contained in:
Sheng Yang 2018-08-02 08:59:06 -07:00 committed by GitHub
parent 8374a05263
commit 382d2a588a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,9 +34,9 @@ Longhorn can be used in Kubernetes to provide persistent storage through either
### Requirement for the CSI driver
1. Kubernetes v1.10+
1.1 CSI is in beta release for this version of Kubernetes, and enabled by default.
1. CSI is in beta release for this version of Kubernetes, and enabled by default.
2. Mount Propagation feature gate enabled.
2.1 It's enabled by default in Kubernetes v1.10. But some early versions of RKE may not enable it.
1. It's enabled by default in Kubernetes v1.10. But some early versions of RKE may not enable it.
3. If above conditions cannot be met, Longhorn will falls back to use Flexvolume driver.
### Requirement for the Flexvolume driver