Skip to content

Commit 3283aca

Browse files
author
Vladimir Vivien
committed
First round review/updates
1 parent 995edf1 commit 3283aca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,12 @@ Follow the following example to create a volume from a volume snapshot:
342342
> ```
343343
344344
## Inline ephemeral support
345-
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
346-
inside a pod spec without the need to use a persistent volume object. Find more detail about the design of this feature
347-
[here](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/20190122-csi-inline-volumes.md).
345+
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.
346+
Find out how to enable or create a CSI inline driver [here](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html)
348347
349348
You will need to enable the feature gate `CSIInlineVolume` when starting your Kubernets binary components:
350349
```
351-
CSIInlineVolume=true
350+
--feature-gates=CSIInlineVolume=true
352351
```
353352
354353
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:

0 commit comments

Comments
 (0)