ceph
This commit is contained in:
@ -1,4 +1,16 @@
|
|||||||
# rdb
|
# rdb
|
||||||
|
|
||||||
|
|
||||||
|
部署 ceph-csi-provisioner
|
||||||
|
|
||||||
kubectl apply -f ceph/ceph-csi/rbd/kubernetes/
|
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
|
serviceAccount: snapshot-controller
|
||||||
containers:
|
containers:
|
||||||
- name: snapshot-controller
|
- 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:
|
args:
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
- "--leader-election=true"
|
- "--leader-election=true"
|
||||||
|
Reference in New Issue
Block a user