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
|
provisioner: rook-ceph.cephfs.csi.ceph.com
|
||||||
parameters:
|
parameters:
|
||||||
# clusterID is the namespace where the rook cluster is running
|
# clusterID is the namespace where the rook cluster is running
|
||||||
clusterID: ssd-cluster
|
clusterID: rook-ceph
|
||||||
fsName: ssdfs
|
fsName: ssdfs
|
||||||
|
|
||||||
# Ceph pool into which the image shall be created
|
# Ceph pool into which the image shall be created
|
||||||
pool: replicapool-ssd
|
pool: ssdfs-replicated
|
||||||
|
|
||||||
# The secrets contain Ceph admin credentials.
|
# The secrets contain Ceph admin credentials.
|
||||||
csi.storage.k8s.io/provisioner-secret-name: rook-csi-cephfs-provisioner
|
csi.storage.k8s.io/provisioner-secret-name: rook-csi-cephfs-provisioner
|
||||||
|
|
|
@ -2,11 +2,13 @@ apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
name: rook-ceph-block-ssd
|
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
|
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
|
||||||
provisioner: rook-ceph.rbd.csi.ceph.com
|
provisioner: rook-ceph.rbd.csi.ceph.com
|
||||||
parameters:
|
parameters:
|
||||||
# clusterID is the namespace where the rook cluster is running
|
# 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
|
# Ceph pool into which the RBD image shall be created
|
||||||
pool: replicapool-ssd
|
pool: replicapool-ssd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue