ungleich-k8s/archive/v3/tests
Nico Schottelius 6cd4ba8d1d Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
..
python Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
README.md Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
knot-tcp-udp-deployment.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
knot-tcp-udp.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
pvc-busybox-cephfs-resized.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
pvc-busybox-cephfs.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
pvc-busybox-rbd-resize.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
pvc-busybox-rbd.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
pvc-cephfs.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
pvc-rbd.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
pvc-rwo-multimount-same-pod.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
secret-generation-test.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +02:00
service-without-endpoints.yaml Cleanup the ungleich-k8s repo 2021-10-18 15:15:52 +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