https://github.com/anywhy/csi-driver-lvm
A sample (non-production) CSI Driver that creates a LVM LV as a volume on a single node
https://github.com/anywhy/csi-driver-lvm
csi csi-plugin k8s-sig-storage lvm
Last synced: 5 months ago
JSON representation
A sample (non-production) CSI Driver that creates a LVM LV as a volume on a single node
- Host: GitHub
- URL: https://github.com/anywhy/csi-driver-lvm
- Owner: anywhy
- License: mit
- Created: 2019-09-29T03:22:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:37:09.000Z (over 3 years ago)
- Last Synced: 2024-06-20T06:36:16.895Z (about 2 years ago)
- Topics: csi, csi-plugin, k8s-sig-storage, lvm
- Language: Go
- Size: 6.57 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes LVM CSI Plugin
## Overview
LVM CSI plugins implement an interface between CSI enabled Container.
Current implementation of CSI plugins was tested in Kubernetes environment (requires Kubernetes 1.13+).