Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 492 Bytes

limitations.md

File metadata and controls

13 lines (9 loc) · 492 Bytes

Limitations

StorageClass reclaim policy

TopoLVM does not care about Retain reclaim policy because CSI volumes can be referenced only via PersistentVolumeClaims.

Ref: https://kubernetes.io/docs/concepts/storage/volumes/#csi

The csi volume type does not support direct reference from Pod and may only be referenced in a Pod via a PersistentVolumeClaim object.