ceph-csi/scripts/k8s-storage
Madhu Rajanna 49fbef830b ci: fix secret name in rbd storageclass
use rbd secret for rbd storageclass

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 9fb3743280)
2024-04-04 13:21:55 +00:00
..
create-configmap.sh cleanup: Fix paths and syntax 2023-01-10 08:00:39 +00:00
create-storageclasses.sh cleanup: Fix paths and syntax 2023-01-10 08:00:39 +00:00
create-volumesnapshotclasses.sh ci: add volumesnapshotclasses for externalstorage 2024-04-04 13:21:55 +00:00
driver-cephfs.yaml ci: disable fsGroupChangePolicy change test for cephfs 2021-09-22 10:34:41 +00:00
driver-rbd-rwo.yaml doc: correct typos in driver deployment scripts of external-storage test 2021-06-29 11:15:19 +00:00
README.md ci: add volumesnapshotclasses for externalstorage 2024-04-04 13:21:55 +00:00
sc-cephfs.yaml.in e2e: add test cases for pv.Spec.MountOptions 2023-06-19 09:51:40 +00:00
sc-rbd.yaml.in ci: fix secret name in rbd storageclass 2024-04-04 13:21:55 +00:00
volumesnapshotclass-cephfs.yaml.in ci: add volumesnapshotclasses for externalstorage 2024-04-04 13:21:55 +00:00

Kubernetes external storage e2e test suite

The files in this directory are used by the k8s-e2e-external-storage CI job. This job runs the Kubernetes end-to-end external storage tests with different driver configurations/manifests (in the driver-*.yaml files). Each driver configuration refers to a StorageClass that is used while testing.

The StorageClasses are created with the create-storageclasses.sh script and the sc-*.yaml.in templates.

The VolumeSnapshotClasses are created with the create-volumesnapshotclasses.sh script and the volumesnapshotclass-*.yaml.in templates.

The Ceph-CSI Configuration from the ceph-csi-config ConfigMap is created with create-configmap.sh after the deployment is finished. The ConfigMap is referenced in the StorageClasses and contains the connection details for the Ceph cluster.