Finally working!
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
3cc479c109
commit
e515fa8c4e
|
@ -6,11 +6,11 @@ metadata:
|
|||
provisioner: rook-ceph.cephfs.csi.ceph.com
|
||||
parameters:
|
||||
# clusterID is the namespace where the rook cluster is running
|
||||
clusterID: ssd-cluster
|
||||
clusterID: rook-ceph
|
||||
fsName: ssdfs
|
||||
|
||||
# Ceph pool into which the image shall be created
|
||||
pool: replicapool-ssd
|
||||
pool: ssdfs-replicated
|
||||
|
||||
# The secrets contain Ceph admin credentials.
|
||||
csi.storage.k8s.io/provisioner-secret-name: rook-csi-cephfs-provisioner
|
||||
|
|
|
@ -2,11 +2,13 @@ apiVersion: storage.k8s.io/v1
|
|||
kind: StorageClass
|
||||
metadata:
|
||||
name: rook-ceph-block-ssd
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: true
|
||||
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
|
||||
provisioner: rook-ceph.rbd.csi.ceph.com
|
||||
parameters:
|
||||
# clusterID is the namespace where the rook cluster is running
|
||||
clusterID: ssd-cluster
|
||||
clusterID: rook-ceph
|
||||
# Ceph pool into which the RBD image shall be created
|
||||
pool: replicapool-ssd
|
||||
|
||||
|
|
Loading…
Reference in New Issue