Skip to content

Commit 90edc79

Browse files
Added MountPath in deploy/master/hostpath also and changed the hostpath-plugin image version to canary
1 parent 96b6555 commit 90edc79

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
hostNetwork: true
3838
containers:
3939
- name: node-driver-registrar
40-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
40+
image: quay.io/k8scsi/csi-node-driver-registrar:canary
4141
lifecycle:
4242
preStop:
4343
exec:
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.1.0-rc1
66+
image: quay.io/k8scsi/hostpathplugin:canary
6767
args:
6868
- "--v=5"
6969
- "--endpoint=$(CSI_ENDPOINT)"

deploy/master/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ spec:
9999
- mountPath: /var/lib/kubelet/plugins
100100
mountPropagation: Bidirectional
101101
name: plugins-dir
102+
- mountPath: /csi-data-dir
103+
name: csi-data-dir
102104

103105
- name: liveness-probe
104106
volumeMounts:

0 commit comments

Comments
 (0)