You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traditionally, volumes that are backed by CSI drivers can only be used with a PersistentVolume and PersistentVolumeClaim object combination. Two different Kubernetes features allow volumes to follow the Pod's lifecycle: CSI ephemeral volumes and generic ephemeral volumes.
In both features, the volumes are specified directly in the pod specification for ephemeral use cases. At runtime, nested inline volumes follow the ephemeral lifecycle of their associated pods where Kubernetes and the driver handle all phases of volume operations as pods are created and destroyed.
@humblec why have one more tracker as we already have an issue opened for this one? can we close this one and make use of #1461?
That issue has been filed only for cephfs and this tracker supposed to cover ceph csi driver in general and also kind of umbrella tracker for the feature. #1461 can be added as a subtracker in that sense.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.
Describe the feature you'd like to have
Traditionally, volumes that are backed by CSI drivers can only be used with a PersistentVolume and PersistentVolumeClaim object combination. Two different Kubernetes features allow volumes to follow the Pod's lifecycle: CSI ephemeral volumes and generic ephemeral volumes.
In both features, the volumes are specified directly in the pod specification for ephemeral use cases. At runtime, nested inline volumes follow the ephemeral lifecycle of their associated pods where Kubernetes and the driver handle all phases of volume operations as pods are created and destroyed.
CSI ephemeral Inline volume spec example:
General inline ephemeral support example:
What new functionality do you want?
Add inline volume support for Ceph CSI driver
What is the value to the end user? (why is it a priority?)
The volume lifecycle can be controlled by the POD spec
Additional context
Design doc for the feature support has been captured here:
https://hackmd.io/SXcB4VizTKaI4E7efOV_xw
The text was updated successfully, but these errors were encountered: