Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions modules/ephemeral-storage-csi-inline-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ This feature allows you to specify CSI volumes directly in the `Pod` specificati
By default, {product-title} supports CSI inline ephemeral volumes with these limitations:

* Support is only available for CSI drivers. In-tree and FlexVolumes are not supported.
* {product-title} does not include any CSI drivers. Use the CSI drivers provided by
link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage vendors]. Follow the installation instructions provided by the CSI driver.
* {product-title} does not include any CSI drivers. Use the CSI drivers provided by link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage vendors]. Follow the installation instructions provided by the CSI driver.
* CSI drivers might not have implemented the inline volume functionality, including `Ephemeral` capacity. For details, see the CSI driver documentation.

[IMPORTANT]
====
* Support is only available for CSI drivers. In-tree and FlexVolumes are not supported.
* The Shared Resource CSI Driver supports inline ephemeral volumes as a tech preview only feature.
* Other CSI drivers which support these volumes are provided by community or storage vendors. Follow the installation instructions provided by the CSI driver.

CSI drivers might not have implemented the inline volume functionality, including Ephemeral capacity. For details, see the CSI driver documentation.
====