mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Merge pull request #14 from rootfs/deploy
update provisioner/attacher statefulsets
This commit is contained in:
commit
ce393c6384
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user