Skip to content

WebDAV CSI Driver using davfs supporting static and dynamic provisioning.

License

Notifications You must be signed in to change notification settings

Ruakij/webdav-csi-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webdav CSI driver for Kubernetes

Overview

This is a repository for webdav csi driver, csi plugin name: webdav.csi.io. This driver supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under webdav server.

Deploy CSI

With Helm

helm install -n webdav-csi-driver webdav-csi-driver helm/

Quick start with kind

Build plugin image

make docker-build

Start kind cluster

kind create cluster --image kindest/node:v1.27.3

Load plugin image to kind cluster

kind load docker-image registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
kind load docker-image registry.k8s.io/sig-storage/livenessprobe:v2.11.0
kind load docker-image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1
kind load docker-image localhost:5000/webdavplugin:v0.0.1

Tests

kubectl apply -f examples/csi-webdav-secret.yaml
kubectl apply -f examples/csi-webdav-storageclass.yaml
kubectl apply -f examples/csi-webdav-dynamic-pvc.yaml
kubectl apply -f examples/csi-webdav-pod.yaml

About

WebDAV CSI Driver using davfs supporting static and dynamic provisioning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 99.0%
  • Other 1.0%