Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 493 Bytes

local-csi-driver.md

File metadata and controls

9 lines (5 loc) · 493 Bytes

Local CSI Driver

About

The Local CSI Driver implements the Container Storage Interface (CSI), a specification for container orchestrators to manage the lifecycle of volumes.

It supports dynamic provisioning on local disks, so storage volumes can be created on-demand through managed directories on the local disk.

You can find more details and the source code at https://github.com/scylladb/local-csi-driver/