ungleich-k8s/tests
Nico Schottelius 5e4d84816b c2 update and secret generation update 2021-07-14 09:51:47 +02:00
..
README.md ++tests 2021-06-19 11:21:16 +02:00
pvc-busybox-cephfs-resized.yaml ++tests 2021-06-19 11:21:16 +02:00
pvc-busybox-cephfs.yaml ++tests 2021-06-19 11:21:16 +02:00
pvc-busybox-rbd-resize.yaml ++tests 2021-06-19 11:21:16 +02:00
pvc-busybox-rbd.yaml ++tests 2021-06-19 11:21:16 +02:00
pvc-cephfs.yaml postgres on cephfs 2021-06-08 21:56:49 +02:00
pvc-rbd.yaml postgres on cephfs 2021-06-08 21:56:49 +02:00
secret-generation-test.yaml c2 update and secret generation update 2021-07-14 09:51:47 +02:00

README.md

k8s Tests

Creating PVCs using rook: ok

Generic test to see whether PVC support is correctly installed from rook.

  • Apply pvc-cephfs.yaml: get cephfs based PVC + PV
  • Apply pvc-rbd.yaml: get RBD based PVC + PV

Resizing PVC based on CephFS: ok

  • Apply pvc-busybox-cephfs.yaml
  • Wait & check
  • Apply pvc-busybox-cephfs-resize.yaml
  • Wait & check new size -> has increased

Resizing PVC based on RBD: ok

  • Apply pvc-busybox-rbd.yaml
  • Wait & check
  • Apply pvc-busybox-rbd-resize.yaml
  • Wait & check new size -> has increased