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

@ -47,7 +47,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"
@ -67,7 +67,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"
@ -81,7 +81,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-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)"
@ -95,7 +95,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"