https://github.com/LuxChanLu/csi-libvirt
K8S CSI Using libvirt VMs
https://github.com/LuxChanLu/csi-libvirt
csi k8s kubernetes libvirt
Last synced: 3 months ago
JSON representation
K8S CSI Using libvirt VMs
- Host: GitHub
- URL: https://github.com/LuxChanLu/csi-libvirt
- Owner: LuxChanLu
- License: mit
- Created: 2023-04-14T07:45:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T17:58:01.000Z (over 2 years ago)
- Last Synced: 2025-03-21T07:46:41.770Z (7 months ago)
- Topics: csi, k8s, kubernetes, libvirt
- Language: Go
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csi-libvirt
K8S CSI Using libvirt VMs[](https://github.com/LuxChanLu/csi-libvirt/actions/workflows/test.yml)
[](https://coveralls.io/github/LuxChanLu/csi-libvirt?branch=main)
[](https://app.codacy.com/gh/LuxChanLu/csi-libvirt/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://codeclimate.com/github/LuxChanLu/csi-libvirt/maintainability)
[](https://goreportcard.com/report/github.com/LuxChanLu/libvirt-csi)# StroageClass example
```yaml
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: storage-libvirt-xfs-retain
provisioner: lu.lxc.csi.libvirt
parameters:
csi.storage.k8s.io/fstype: xfs
pool: pool
bus: virtio # virtio/usb/sata/ide
reclaimPolicy: Retain
allowVolumeExpansion: true
```# TODO
- SCSI or other Rescan on node