mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
update provisioner/attacher statefulsets
Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
parent
df8f9d0848
commit
a1d44056fd
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user