ceph-csi/tools
Niels de Vos 87f87141be deploy: add CSIDriver for NFS
The API is extended for generation of the NFS CSIDriver object. The
YAML file under deploy/ was created by `yamlgen`.

The contents of the csidriver.yaml file is heavily based on the upstream
CSIDriver from the Kubernetes csi-driver-nfs project.

Because ./tools/yamlgen uses the API, it gets copied under vendor/ .
This causes two copies of the API to be included in the repository, but
that can not be prevented, it seems.

See-also: https://github.com/kubernetes-csi/csi-driver-nfs/blob/master/deploy/csi-nfs-driverinfo.yaml
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-03-28 11:23:17 +00:00
..
yamlgen deploy: add CSIDriver for NFS 2022-03-28 11:23:17 +00:00
Makefile build: add yamlgen to build deployment files 2021-10-05 11:26:50 +00:00
README.md build: add yamlgen to build deployment files 2021-10-05 11:26:50 +00:00

Assorted Tools for maintaining and building Ceph-CSI

yamlgen

yamlgen reads deployment configurations from the api/ package and generates YAML files that can be used for deploying without advanced automation like Rook. The generated files are located under deploy/.