Skip to content

Latest commit

 

History

590 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡local-csi-driver

Install | Architecture | Docs | Troubleshooting | Contribute

Made for Kubernetes Latest commit License

local-csi-driver provides access to local NVMe drives on Kubernetes clusters.

Install

Before proceeding, ensure you have the following installed:

  • A Linux Kubernetes cluster with eligible local NVMe devices
  • A kubectl version compatible with the cluster
  • Helm 3

Find the current release on the GitHub Releases page and substitute its version without the v prefix:

helm install local-csi-driver \
  oci://localcsidriver.azurecr.io/acstor/charts/local-csi-driver \
  --version <release> \
  --namespace kube-system

Only one instance of local-csi-driver can run per cluster.

See the User Guide for guidance on configuring a StorageClass and managing volumes.

See Architecture for the deployment topology, CSI request flows, volume lifecycle, recovery model, security boundaries, and code ownership map.

Helm chart values are documented in the Helm chart README.

Development

For details on how to set up your development environment, see the Development Guide.

Testing

See /test/README.md for details on test coverage and how to run.

Contributing

Please read our contribution guide which outlines all of our policies, procedures, and requirements for contributing to this project.

License

This project is licensed under the MIT License.

Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.

About

local-csi-driver provides access to local NVMe storage from Kubernetes

Resources

Code of conduct

Contributing

Security policy

Stars

33 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages