apiVersion: ceph.rook.io/v1beta1 kind: Pool metadata: name: kubernetespool namespace: rook-ceph spec: replicated: size: 3 --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: standard provisioner: ceph.rook.io/block parameters: pool: kubernetespool # The value of "clusterNamespace" MUST be the same as the one in which your rook cluster exist clusterNamespace: rook-ceph # Specify the filesystem type of the volume. If not specified, it will use `ext4`. fstype: xfs