[v1.23] add support for kubernetes 1.23

This commit is contained in:
CALIN Cristian Andrei
2022-04-18 19:14:23 +03:00
parent 545c3e3a06
commit 77a52798d2
7 changed files with 615 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