Forgejo-first fork of kubernetes-csi/csi-driver-nfs with m0sh1 release hardening.
- Go 58.4%
- Shell 30%
- Python 4.3%
- Makefile 4.2%
- Go Template 2.9%
- Other 0.2%
|
Some checks are pending
Static Checks / Go Lint (push) Waiting to run
Windows Tests / build (^1.16, windows-latest) (push) Waiting to run
codespell / Check for spelling errors (push) Waiting to run
Darwin / Unit Tests (push) Waiting to run
Linux Unit tests / Build (push) Waiting to run
k8s api version check / Build (push) Waiting to run
Static Checks / Verify Helm (push) Waiting to run
ci/woodpecker/push/lint Pipeline was successful
Reviewed-on: #11 |
||
|---|---|---|
| .github | ||
| .woodpecker | ||
| CHANGELOG | ||
| charts | ||
| cmd/nfsplugin | ||
| deploy | ||
| docs | ||
| hack | ||
| pkg/nfs | ||
| release-tools | ||
| test | ||
| vendor | ||
| .cloudbuild.sh | ||
| .gitignore | ||
| .golangci.yml | ||
| .prow.sh | ||
| .travis.yml | ||
| .trivyignore | ||
| cloudbuild.yaml | ||
| code-of-conduct.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| Dockerfile.release | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| OWNERS_ALIASES | ||
| README.md | ||
| RELEASE.md | ||
| renovate.json | ||
| SECURITY_CONTACTS | ||
| support.md | ||
NFS CSI Driver for Kubernetes
About
This driver allows Kubernetes to access NFS server. The driver requires an existing and already configured NFSv3 or NFSv4 server. It supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under the NFS server.
- CSI plugin name:
nfs.csi.k8s.io - Project status: GA
Container Images & Kubernetes Compatibility
| Driver Version | Supported K8s Version | Status |
|---|---|---|
| master branch | 1.21+ | GA |
| v4.13.2 | 1.21+ | GA |
| v4.12.1 | 1.21+ | GA |
| v4.11.0 | 1.21+ | GA |
Driver Parameters
Please refer to nfs.csi.k8s.io driver parameters.
Installation
Install the driver on a Kubernetes cluster:
- Install by Helm charts
- Install by kubectl
You can also install NFS CSI driver on MicroK8s.
Examples
Troubleshooting
Development
Please refer to the development guide.
CI Results
- TestGrid sig-storage-csi-nfs dashboard.
- Driver image build pipeline: post-csi-driver-nfs-push-images
Community, Discussion, Contribution, and Support
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Code of Conduct
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.