# azurelustre-csi-driver **Repository Path**: mirrors_kubernetes-sigs/azurelustre-csi-driver ## Basic Information - **Project Name**: azurelustre-csi-driver - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-07 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Azure Lustre CSI Driver for Kubernetes [![Coverage Status](https://coveralls.io/repos/github/kubernetes-sigs/azurelustre-csi-driver/badge.svg?branch=main)](https://coveralls.io/github/kubernetes-sigs/azurelustre-csi-driver?branch=main) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubernetes-sigs%2Fazurelustre-csi-driver.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubernetes-sigs%2Fazurelustre-csi-driver?ref=badge_shield) ### About This driver allows Kubernetes to access Azure Lustre file system. - CSI plugin name: `azurelustre.csi.azure.com` - Project status: under early development   ### Container Images & Kubernetes Compatibility: | Driver version | Image | Supported k8s version | Lustre client version | |-----------------|-----------------------------------------------------------------|-----------------------|-----------------------| | main branch | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:latest | 1.21+ | 2.15.5 | | v0.1.11 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.11 | 1.21+ | 2.15.1 | | v0.1.14 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.14 | 1.21+ | 2.15.3 | | v0.1.15 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.15 | 1.21+ | 2.15.4 | | v0.1.17 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.17 | 1.21+ | 2.15.5 | | v0.1.18 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.18 | 1.21+ | 2.15.5 | | v0.2.0 | mcr.microsoft.com/oss/v2/kubernetes-csi/azurelustre-csi:v0.2.0 | 1.21+ | 2.15.5 | | v0.3.0 | mcr.microsoft.com/oss/v2/kubernetes-csi/azurelustre-csi:v0.3.0 | 1.21+ | 2.15.5 |   ### Set up CSI driver on AKS cluster (only for AKS users) - [Install CSI driver in AKS cluster](./docs/install-csi-driver.md) - [Deploy workload with Static Provisioning](./docs/static-provisioning.md) - [Deploy workload with Dynamic Provisioning (Public Preview)](./docs/dynamic-provisioning.md)   ### Troubleshooting - [CSI driver troubleshooting guide](./docs/csi-debug.md)   ### Support - Please see our [support policy][support-policy]   ## Kubernetes Development - Please refer to [development guide](./docs/csi-dev.md)   ### Links - [Kubernetes CSI Documentation](https://kubernetes-csi.github.io/docs/) - [CSI Drivers](https://github.com/kubernetes-csi/drivers) - [Container Storage Interface (CSI) Specification](https://github.com/container-storage-interface/spec) [support-policy]: support.md