update provisioner/attacher statefulsets

Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
Huamin Chen 2018-02-06 13:23:51 +00:00
parent df8f9d0848
commit a1d44056fd
2 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ spec:
serviceAccount: csi-attacher
containers:
- name: csi-attacher
image: csi_images/csi-attacher:latest
image: docker.io/k8scsi/csi-attacher:latest
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
@ -81,4 +81,4 @@ spec:
- name: socket-dir
hostPath:
path: /var/lib/kubelet/plugins/rbdplugin
type: Directory
type: DirectoryOrCreate

View File

@ -75,7 +75,7 @@ spec:
serviceAccount: csi-provisioner
containers:
- name: csi-provisioner
image: csi_images/csi-provisioner:latest
image: docker.io/k8scsi/csi-provisioner:latest
args:
- "--provisioner=rbdplugin"
- "--csi-address=$(ADDRESS)"
@ -91,4 +91,4 @@ spec:
- name: socket-dir
hostPath:
path: /var/lib/kubelet/plugins/rbdplugin
type: Directory
type: DirectoryOrCreate