Forgejo-first fork of kubernetes-csi/csi-driver-nfs with isityael release hardening.
  • Go 56.1%
  • Shell 32.7%
  • Python 4.1%
  • Makefile 3.9%
  • Go Template 3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Yael 68f0c5202b
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
Create fork release tag / release (push) Successful in 39s
ci/woodpecker/tag/release Pipeline was successful
Merge pull request 'chore(deps): update dhi.io/trivy docker tag to v0.73.0-alpine3.23-dev' (#94) from renovate/dhi-base-images into isityael/dhi-hardening
2026-08-12 02:32:10 +00:00
.ci fix(ci): complete fork module migration 2026-07-14 13:51:40 +02:00
.forgejo/workflows ci: gate releases and enable persistent caching 2026-08-11 03:00:38 +02:00
.github chore(deps): update github/codeql-action digest to 5595cca 2026-08-04 14:32:05 +00:00
.woodpecker chore(deps): update dhi.io/trivy docker tag to v0.73.0-alpine3.23-dev 2026-08-12 01:32:22 +00:00
CHANGELOG Add 2.0 changelog 2020-04-16 18:38:40 -07:00
charts chore: sync upstream and refresh build inputs 2026-07-29 11:27:50 +02:00
cmd/nfsplugin fix(ci): complete fork module migration 2026-07-14 13:51:40 +02:00
deploy doc: update new chart versions 2026-07-02 08:23:33 +00:00
docs docs: correct image updater writeback target 2026-07-14 13:35:40 +02:00
hack ci: gate releases and enable persistent caching 2026-08-11 03:00:38 +02:00
pkg/nfs fix(ci): complete fork module migration 2026-07-14 13:51:40 +02:00
release-tools chore(deps): update github actions 2026-07-20 15:34:29 +00:00
test fix(ci): complete fork module migration 2026-07-14 13:51:40 +02:00
vendor chore(deps): update otel/weaver docker tag to v0.25.1 2026-08-11 00:32:09 +00:00
.cloudbuild.sh Add symlink for cloudbuild.yaml and .cloudbuild.sh 2020-10-14 16:45:32 +05:30
.gitignore chore: ignore local worktrees 2026-07-14 13:23:44 +02:00
.golangci.yml chore: upgrade to goint 2.10 2026-03-04 03:42:10 +00:00
.pre-commit-config.yaml feat: automate Helm chart patch bumps 2026-06-14 06:49:59 +02:00
.prow.sh chore: fix shellcheck issues 2022-02-12 05:16:16 +00:00
.travis.yml switch to csi-release-tools 2019-02-20 09:10:47 +01:00
.trivyignore test: ignore incorrect CVE-2020-8559 report error 2024-04-25 15:05:15 +00:00
cloudbuild.yaml Add symlink for cloudbuild.yaml and .cloudbuild.sh 2020-10-14 16:45:32 +05:30
code-of-conduct.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
CONTRIBUTING.md Fixes broken link 2022-09-16 17:44:57 +05:30
Dockerfile chore(deps): update weekly container digest refresh 2026-08-09 22:33:20 +00:00
Dockerfile.release chore(deps): update weekly container digest refresh 2026-08-09 22:33:20 +00:00
go.mod fix(deps): update module github.com/onsi/ginkgo/v2 to v2.32.1 2026-08-10 23:33:15 +00:00
go.sum fix(deps): update module github.com/onsi/ginkgo/v2 to v2.32.1 2026-08-10 23:33:15 +00:00
LICENSE Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Makefile fix(build): publish amd64 images only 2026-07-14 14:44:55 +02:00
mise.toml chore: update deps and module path 2026-07-14 13:29:38 +02:00
OWNERS OWNERS update with aliases 2021-05-21 09:27:42 +02:00
OWNERS_ALIASES OWNERS update with aliases 2021-05-21 09:27:42 +02:00
README.md doc: update new chart versions 2026-07-02 08:23:33 +00:00
RELEASE.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
renovate.json fix(renovate): tidy go.sum/vendor after gomod updates 2026-07-29 19:32:59 +02:00
SECURITY_CONTACTS chore: update SECURITY_CONTACTS 2026-02-10 02:15:05 +00:00
support.md doc: add support doc 2024-08-30 09:54:34 +00:00

NFS CSI Driver for Kubernetes

build status Coverage Status Artifact Hub

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.4 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:

You can also install NFS CSI driver on MicroK8s.

Examples

Troubleshooting

Development

Please refer to the development guide.

CI Results

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.