sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python-pip ntp
sudo systemctl enable ntp
sudo systemctl start ntp
sudo pip install ceph-deploy
sudo ceph auth get-key client.admin | base64
sudo ceph auth get-key client.rbd | base64
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: dynamic
annotations:
storageclass.beta.kubernetes.io/is-default-class: "true"
provisioner: kubernetes.io/rbd
parameters:
monitors: ceph-monitor:6789
adminId: admin
adminSecretName: ceph-secret
adminSecretNamespace: default
pool: rbd
userId: rbd
userSecretName: ceph-user-secret
reclaimPolicy: Retain
./install.sh -e vora-cluster.components.dlog.replicationFactor="1" -e vora-cluster.components.dlog.standbyFactor="0"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
13 | |
10 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |