create storageclass

This commit is contained in:
2025-05-17 22:47:40 -05:00
parent 560a741d7d
commit caea2573e8
12 changed files with 556 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: csi.san.synology.com
spec:
attachRequired: true # Indicates the driver requires an attach operation (TODO: ControllerPublishVolume should be implemented)
podInfoOnMount: true
volumeLifecycleModes:
- Persistent