DataONEorg / k8s-cluster

Documentation on the DataONE Kubernetes cluster
Apache License 2.0
2 stars 1 forks source link

create PV for POLDER #21

Closed mbjones closed 2 years ago

mbjones commented 2 years ago

The POLDER group wants to experiment with federted harvest and search, and I agreed to temporarily support their activity this year with a small amount of resources on our cluster. The are working on the dev k8s cluster under the polder namespace. @nickatnceas and @gothub could you create a small 50GB Persistent Volume (PV) on the dev cluster using ceph that they can make a claim against from the polder namespace? Thanks. @gothub is there anything else we would need to do? Thanks.

gothub commented 2 years ago

@mbjones jones the Ceph pool mentioned in the docs is available for use on dev k8s. Dynamic PVs can be created using this pool.

mbjones commented 2 years ago

Thanks.

gothub commented 2 years ago

Ceph RBD dynamic volumes are being used for polder:

metadig@docker-dev-ucsb-1:~$ kubectl get pv
NAME                                       CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS        CLAIM                        STORAGECLASS   REASON   AGE
bookkeeper-pv                              50Gi       RWX            Retain           Bound         bookkeeper/bookkeeper-pvc                            160d
cephfs-gnis-pv                             75Gi       RWX            Retain           Bound         gnis/cephfs-gnis-pvc                                 87d
cephfs-metadig-pv                          50Gi       RWX            Retain           Bound         metadig/cephfs-metadig-pvc                           87d
cephfs-slinky-pv                           50Gi       RWX            Retain           Bound         slinky/cephfs-slinky-pvc                             88d
gnis-pv                                    75Gi       RWX            Retain           Terminating   gnis/gnis-pvc                manual                  147d
pvc-05119da3-50cd-43aa-aa42-b7b32c1ffed2   50Gi       RWO            Retain           Bound         polder/polder-pvc-01         csi-rbd-sc              46d
pvc-55d4c915-2e26-4d76-b777-f0808ac1d01f   50Gi       RWO            Retain           Bound         polder/polder-pvc-02         csi-rbd-sc              46d
slinky-pv                                  75Gi       RWX            Retain           Released      slinky/slinky-pvc            manual                  146d