2020-09-24 09:20:36 +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][1] with
|
|
|
|
different driver configurations/manifests (in the `driver-*.yaml` files). Each
|
2020-10-22 15:07:08 +00:00
|
|
|
driver configuration refers to a StorageClass that is used while testing.
|
|
|
|
|
|
|
|
The StorageClasses are created with the `create-storageclass.sh` script and the
|
2020-09-24 09:20:36 +00:00
|
|
|
`sc-*.yaml.in` templates.
|
|
|
|
|
2021-06-28 07:59:37 +00:00
|
|
|
The Ceph-CSI Configuration from the `ceph-csi-config` ConfigMap is created with
|
2020-10-22 15:07:08 +00:00
|
|
|
`create-configmap.sh` after the deployment is finished. The ConfigMap is
|
|
|
|
referenced in the StorageClasses and contains the connection details for the
|
|
|
|
Ceph cluster.
|
|
|
|
|
2020-09-24 09:20:36 +00:00
|
|
|
[1]: https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/external
|