ceph images

This commit is contained in:
marsal wang
2022-01-10 21:53:07 +08:00
parent 8b0a74bf71
commit 5e8dcacb1e
5 changed files with 11 additions and 11 deletions

View File

@ -43,7 +43,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: csi-provisioner
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0
image: opsdockerimage/sig-storage-csi-provisioner:v3.0.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
@ -60,7 +60,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-resizer
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
image: opsdockerimage/sig-storage-csi-resizer:v1.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
@ -76,7 +76,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
image: opsdockerimage/sig-storage-csi-snapshotter:v4.2.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
@ -90,7 +90,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-cephfsplugin-attacher
image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0
image: opsdockerimage/sig-storage-csi-attacher:v3.3.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@ -25,7 +25,7 @@ spec:
# created by privileged CSI driver container.
securityContext:
privileged: true
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
image: opsdockerimage/sig-storage-csi-node-driver-registrar:v2.3.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"