deploy Synology CSI

This commit is contained in:
2025-07-31 14:35:35 -05:00
parent edb019c38e
commit 4639725099
11 changed files with 111 additions and 67 deletions

View File

@@ -64,7 +64,7 @@ spec:
securityContext:
privileged: true
imagePullPolicy: Always
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.3.0
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
args:
- --v=5
- --csi-address=$(ADDRESS) # the csi socket path inside the pod
@@ -86,8 +86,12 @@ spec:
- name: csi-plugin
securityContext:
privileged: true
imagePullPolicy: Always #IfNotPresent
image: synology/synology-csi:v1.2.0 #v1.1.3
allowPrivilegeEscalation: true
capabilities:
add:
- SYS_ADMIN
imagePullPolicy: IfNotPresent
image: ghcr.io/xphyr/synology-csi:1.4.0
args:
- --nodeid=$(KUBE_NODE_NAME)
- --endpoint=$(CSI_ENDPOINT)
@@ -137,4 +141,4 @@ spec:
- name: device-dir
hostPath:
path: /dev
type: Directory
type: Directory