diff --git a/deploy/install.yaml b/deploy/install.yaml index a3639c3..53f5610 100644 --- a/deploy/install.yaml +++ b/deploy/install.yaml @@ -225,7 +225,7 @@ spec: - name: socket-dir mountPath: /var/lib/kubelet/plugins/csi.civo.com - name: csi-resizer - image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 + image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -237,6 +237,20 @@ spec: volumeMounts: - name: socket-dir mountPath: /var/lib/kubelet/plugins/csi.civo.com + - name: csi-snapshotter + image: k8s.gcr.io/sig-storage/csi-snapshotter:v8.1.0 + args: + - "--v=5" + - "--csi-address=$(ADDRESS)" + - "--timeout=30s" + - "--retry-interval-max=10" + env: + - name: ADDRESS + value: /var/lib/kubelet/plugins/csi.civo.com/csi.sock + imagePullPolicy: "IfNotPresent" + volumeMounts: + - name: socket-dir + mountPath: /var/lib/kubelet/plugins/csi.civo.com - name: civo-csi-plugin image: gcr.io/consummate-yew-302509/csi:latest env: diff --git a/deploy/kubernetes/04_controller.yaml b/deploy/kubernetes/04_controller.yaml index ce03016..3be178f 100644 --- a/deploy/kubernetes/04_controller.yaml +++ b/deploy/kubernetes/04_controller.yaml @@ -58,7 +58,7 @@ spec: - name: socket-dir mountPath: /var/lib/kubelet/plugins/csi.civo.com - name: csi-resizer - image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 + image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -70,6 +70,20 @@ spec: volumeMounts: - name: socket-dir mountPath: /var/lib/kubelet/plugins/csi.civo.com + - name: csi-snapshotter + image: k8s.gcr.io/sig-storage/csi-snapshotter:v8.1.0 + args: + - "--v=5" + - "--csi-address=$(ADDRESS)" + - "--timeout=30s" + - "--retry-interval-max=10" + env: + - name: ADDRESS + value: /var/lib/kubelet/plugins/csi.civo.com/csi.sock + imagePullPolicy: "IfNotPresent" + volumeMounts: + - name: socket-dir + mountPath: /var/lib/kubelet/plugins/csi.civo.com - name: civo-csi-plugin image: gcr.io/consummate-yew-302509/csi:latest env: