ceph
This commit is contained in:
@ -1,4 +1,16 @@
|
||||
# rdb
|
||||
|
||||
|
||||
kubectl apply -f ceph/ceph-csi/rbd/kubernetes/
|
||||
部署 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/
|
@ -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"
|
||||
|
Reference in New Issue
Block a user