This repository hosts the CSI Hostpath driver and all of its build and dependent configuration files to deploy the driver.
- Kubernetes cluster
- Running version 1.13 or later
- Access to terminal with
kubectl
installed - For Kubernetes 1.17 or later, the VolumeSnapshot beta CRDs and Snapshot Controller must be installed as part of the cluster deployment (see Kubernetes 1.17+ deployment instructions)
Deployment varies depending on the Kubernetes version your cluster is running:
The following examples assume that the CSI hostpath driver has been deployed and validated:
- Volume snapshots
- Inline ephemeral volumes
If you want to build the driver yourself, you can do so with the following command from the root directory:
make
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.