Skip to content

Commit

Permalink
First round review/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvivien committed Jun 18, 2019
1 parent 995edf1 commit 3283aca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,12 @@ Follow the following example to create a volume from a volume snapshot:
> ```
## Inline ephemeral support
As of version 1.15, the CSI Hostpath driver now includes support for inline ephemeral volume. This means that a volume can be specified directly
inside a pod spec without the need to use a persistent volume object. Find more detail about the design of this feature
[here](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/20190122-csi-inline-volumes.md).
As of version 1.15 of Kubernetes, the CSI Hostpath driver (starting with version 1.0.1) now includes support for inline ephemeral volume. This means that a volume can be specified directly inside a pod spec without the need to use a persistent volume object.
Find out how to enable or create a CSI inline driver [here](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html)

You will need to enable the feature gate `CSIInlineVolume` when starting your Kubernets binary components:
```
CSIInlineVolume=true
--feature-gates=CSIInlineVolume=true
```

To test this feature, redeploy the CSI Hostpath plugin YAML by updating the `hostpath` container to use the inline ephemeral mode by setting the `ephemeral` flag, of the driver binary, to true as shown in the following setup:
Expand Down

0 comments on commit 3283aca

Please sign in to comment.