Skip to content

Commit 0d70215

Browse files
author
Vladimir Vivien
committed
Remove feature-gates instruction per suggestion
1 parent 3283aca commit 0d70215

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,6 @@ Follow the following example to create a volume from a volume snapshot:
345345
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.
346346
Find out how to enable or create a CSI inline driver [here](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html)
347347
348-
You will need to enable the feature gate `CSIInlineVolume` when starting your Kubernets binary components:
349-
```
350-
--feature-gates=CSIInlineVolume=true
351-
```
352-
353348
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:
354349
355350
```yaml

0 commit comments

Comments
 (0)