This commit is contained in:
marsal wang
2022-01-10 22:48:41 +08:00
parent 62bf25d343
commit 412acb45c0
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,16 @@
# rdb
部署 ceph-csi-provisioner
kubectl apply -f ceph/ceph-csi/rbd/kubernetes/
部署 ceph-sc
kubectl apply -f ceph/ceph-csi/rbd/deploy/
kubectl apply -k ceph/external-snapshotter/snapshot-controller/
kubectl apply -k ceph/external-snapshotter/crd/

View File

@ -33,7 +33,7 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
image: gcr.io/k8s-staging-sig-storage/snapshot-controller:v5.0.0
image: opsdockerimage/sig-storage-snapshot-controller:v5.0.0
args:
- "--v=5"
- "--leader-election=true"