ceph-csi/scripts/k8s-storage
Madhu Rajanna 39b1f2b4d3 cleanup: fix mispell words
fixed mispell words in the repo.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-11-29 12:47:46 +05:30
..
create-configmap.sh ci: create ceph-csi-config ConfigMap for external storage tests 2020-10-23 11:40:28 +00:00
create-storageclasses.sh ci: add files to run Kubernetes external storage e2e suite 2020-09-28 17:03:37 +00:00
driver-cephfs.yaml cleanup: fix mispell words 2020-11-29 12:47:46 +05:30
driver-rbd-rwo.yaml cleanup: fix mispell words 2020-11-29 12:47:46 +05:30
README.md ci: create ceph-csi-config ConfigMap for external storage tests 2020-10-23 11:40:28 +00:00
sc-cephfs.yaml.in ci: add files to run Kubernetes external storage e2e suite 2020-09-28 17:03:37 +00:00
sc-rbd.yaml.in ci: add files to run Kubernetes external storage e2e suite 2020-09-28 17:03:37 +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-storageclass.sh script and the sc-*.yaml.in templates.

The Ceph-CSI Configuration from the ceph-csiconfig 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.