Merge pull request #14 from rootfs/deploy

update provisioner/attacher statefulsets
This commit is contained in:
Serguei Bezverkhi 2018-02-06 08:41:45 -05:00 committed by GitHub
commit ce393c6384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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