Skip to content

Commit

Permalink
minor edits for "CSI raw block volume support"
Browse files Browse the repository at this point in the history
Some small grammar and style nits.
  • Loading branch information
chenopis authored Jun 18, 2018
1 parent 00e5f9d commit d297404
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1156,21 +1156,21 @@ persistent volume:

{{< feature-state for_k8s_version="v1.11" state="alpha" >}}

Starting with version 1.11, CSI introduced support for raw block volumes. This work
relies on the raw block volume feature that was introduced in previous versions of
Starting with version 1.11, CSI introduced support for raw block volumes, which
relies on the raw block volume feature that was introduced in a previous version of
Kubernetes. This feature will make it possible for vendors with external CSI drivers to
implement raw block volumes support in Kubernetes workload.
implement raw block volumes support in Kubernetes workloads.

CSI block volume support is feature-gated and turned off by default. To run CSI with
block volume support enabled, an administrator must enabled the feature for each
Kubernetes component using the following:
block volume support enabled, a cluster administrator must enable the feature for each
Kubernetes component using the following feature gate flags:

```
--feature-gates=BlockVolume=true,CSIBlockVolume=true
```

Learn more about raw block volume support and see how to setup your PV/PVC
[here](/docs/concepts/storage/persistent-volumes/#raw-block-volume-support).
Learn how to
[setup your PV/PVC with raw block volume support](/docs/concepts/storage/persistent-volumes/#raw-block-volume-support).

### FlexVolume

Expand Down

0 comments on commit d297404

Please sign in to comment.